AME
ame::dsp::Biquad< FloatType, MaximumChannels >::Coefficients Struct Reference

BiQuad filter coefficients. More...

#include <ame_Biquad.hpp>

Collaboration diagram for ame::dsp::Biquad< FloatType, MaximumChannels >::Coefficients:

Public Attributes

FloatType a0 = 0.0
 
FloatType a1 = 0.0
 
FloatType a2 = 0.0
 
FloatType b0 = 0.0
 
FloatType b1 = 0.0
 
FloatType b2 = 0.0
 

Detailed Description

template<std::floating_point FloatType, size_t MaximumChannels>
struct ame::dsp::Biquad< FloatType, MaximumChannels >::Coefficients

BiQuad filter coefficients.


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