PosturePerfection
|
Settings for an IIR filter. Wraps the second-order section coefficients for an IIR filter. More...
#include <iir.h>
Data Fields | |
std::vector< std::vector< float > > | coefficients |
The sos_coefficients are a 2D vector, where the rows correspond to each of the second order stages, and the columns correspond to coefficients for each stage. More... | |
std::vector<std::vector<float> > IIR::SmoothingSettings::coefficients |
The sos_coefficients
are a 2D vector, where the rows correspond to each of the second order stages, and the columns correspond to coefficients for each stage.