|
Audio Processing Framework (APF) version 0.5.0
|
Coefficients of digital recursive filter (second order section). More...
#include <apf/biquad.h>

Public Member Functions | |
| SosCoefficients (T b0_=T(), T b1_=T(), T b2_=T(), T a1_=T(), T a2_=T()) | |
| SosCoefficients & | operator+= (const SosCoefficients &rhs) |
| SosCoefficients | operator+ (const SosCoefficients &rhs) const |
| SosCoefficients & | operator*= (T rhs) |
| SosCoefficients | operator* (T rhs) const |
| SosCoefficients & | operator/= (T rhs) |
| SosCoefficients | operator/ (T rhs) const |
Public Attributes | |
| T | b0 |
| T | b1 |
| T | b2 |
| T | a1 |
| T | a2 |
Friends | |
| SosCoefficients | operator* (T lhs, const SosCoefficients &rhs) |
| SosCoefficients | operator- (const SosCoefficients &lhs, const SosCoefficients &rhs) |
| std::ostream & | operator<< (std::ostream &stream, const SosCoefficients &c) |
Coefficients of digital recursive filter (second order section).
| T | Internal data type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |
|
friend |
|
friend |
| T apf::SosCoefficients< T >::b0 |
| T apf::SosCoefficients< T >::b1 |
| T apf::SosCoefficients< T >::b2 |
| T apf::SosCoefficients< T >::a1 |
| T apf::SosCoefficients< T >::a2 |