|
marvin 0.0.1
Pure C++ audio helper library
|
A POD type for use with the Biquad class, and the SmoothedBiquadCoefficients class. More...
#include <marvin_BiquadCoefficients.h>
Public Attributes | |
| SampleType | a0 { static_cast<SampleType>(0.0) } |
| SampleType | a1 { static_cast<SampleType>(0.0) } |
| SampleType | a2 { static_cast<SampleType>(0.0) } |
| SampleType | b0 { static_cast<SampleType>(0.0) } |
| SampleType | b1 { static_cast<SampleType>(0.0) } |
| SampleType | b2 { static_cast<SampleType>(0.0) } |
Friends | |
| template<FloatType U> | |
| bool | operator== (const BiquadCoefficients< SampleType > &a, const BiquadCoefficients< SampleType > &b) |
A POD type for use with the Biquad class, and the SmoothedBiquadCoefficients class.
Assumes the a coeffs will be treated as the numerators (zeroes) and the b coeffs will be treated as the denominators (poles)
|
friend |
Checks the equality of two BiquadCoefficients objects.
| a | A BiquadCoefficients object. |
| b | A BiquadCoefficients object. |
| SampleType marvin::dsp::filters::BiquadCoefficients< SampleType >::a0 { static_cast<SampleType>(0.0) } |
| SampleType marvin::dsp::filters::BiquadCoefficients< SampleType >::a1 { static_cast<SampleType>(0.0) } |
| SampleType marvin::dsp::filters::BiquadCoefficients< SampleType >::a2 { static_cast<SampleType>(0.0) } |
| SampleType marvin::dsp::filters::BiquadCoefficients< SampleType >::b0 { static_cast<SampleType>(0.0) } |
| SampleType marvin::dsp::filters::BiquadCoefficients< SampleType >::b1 { static_cast<SampleType>(0.0) } |
| SampleType marvin::dsp::filters::BiquadCoefficients< SampleType >::b2 { static_cast<SampleType>(0.0) } |