PosturePerfection
Data Fields
IIR::SmoothingSettings Struct Reference

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...
 

Detailed Description

Settings for an IIR filter. Wraps the second-order section coefficients for an IIR filter.

Field Documentation

◆ coefficients

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.


The documentation for this struct was generated from the following file: