Skip to content

Commit 9a02174

Browse files
Added comment
1 parent 456d644 commit 9a02174

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

audio_filters/butterworth_filter.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
from math import cos, sin, sqrt, tau
22

33
from audio_filters.iir_filter import IIRFilter
4+
# Audio filter functions for signal processing
45

56
"""
67
Create 2nd-order IIR filters with Butterworth design.

0 commit comments

Comments
 (0)