- calcCoefficients
void calcCoefficients()
Undocumented in source.
- getNextSample
T getNextSample(T input)
Undocumented in source. Be warned that the author may not have intended to support it.
- initialize
void initialize(T a0, T a1, T a2, T b1, T b2, T c0, T d0)
Undocumented in source. Be warned that the author may not have intended to support it.
- reset
void reset()
Undocumented in source. Be warned that the author may not have intended to support it.
- setFrequency
void setFrequency(float frequency)
Undocumented in source. Be warned that the author may not have intended to support it.
- setSampleRate
void setSampleRate(float sampleRate)
Undocumented in source. Be warned that the author may not have intended to support it.
This class implements a generic biquad filter. Should be inherited by all filters.