PosturePerfection
|
Perform IIR filtering to smoothen the output results. More...
Data Structures | |
struct | Nodes |
Taps inside the second-order IIR filter. More... | |
struct | SmoothingSettings |
Settings for an IIR filter. Wraps the second-order section coefficients for an IIR filter. More... | |
class | IIR2ndOrderFilter |
Second-order IIR filter stage, for use with the IIRFilter More... | |
class | IIRFilter |
An IIR filter that can be initialised with SOS coefficients. More... | |
Perform IIR filtering to smoothen the output results.