Audio Processing Framework (APF) version 0.5.0
|
Coefficients of analog recursive filter. More...
#include <apf/biquad.h>
Public Member Functions | |
LaplaceCoefficients (T b0_=T(), T b1_=T(), T b2_=T(), T a1_=T(), T a2_=T()) | |
Public Attributes | |
T | b0 |
T | b1 |
T | b2 |
T | a1 |
T | a2 |
Coefficients of analog recursive filter.
T | Internal data type |
|
inline |
T apf::LaplaceCoefficients< T >::b0 |
T apf::LaplaceCoefficients< T >::b1 |
T apf::LaplaceCoefficients< T >::b2 |
T apf::LaplaceCoefficients< T >::a1 |
T apf::LaplaceCoefficients< T >::a2 |