We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 456d644 commit 9a02174Copy full SHA for 9a02174
1 file changed
audio_filters/butterworth_filter.py
@@ -1,6 +1,7 @@
1
from math import cos, sin, sqrt, tau
2
3
from audio_filters.iir_filter import IIRFilter
4
+# Audio filter functions for signal processing
5
6
"""
7
Create 2nd-order IIR filters with Butterworth design.
0 commit comments