We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 804a8b7 commit e3482edCopy full SHA for e3482ed
audio_filters/iir_filter.py
@@ -10,7 +10,7 @@ class IIRFilter:
10
11
Implementation details:
12
Based on the 2nd-order function from
13
- https://en.wikipedia.org/wiki/Digital_biquad_filter,
+ https://en.wikipedia.org/wiki/Digital_biquad_filter,
14
this generalized N-order function was made.
15
16
Using the following transfer function
0 commit comments