Go to the source code of this file.
|
template<class T , size_t M, size_t N> |
TransferFunction< M+N *2, M+N *2, T > | sos2tf_helper (const TransferFunction< M, M, T > &tf, AH::ArraySlice< BiQuadCoefficients< T >, N, false, true > sos) |
|
template<class T , size_t M> |
TransferFunction< M+2, M+2, T > | sos2tf_helper (const TransferFunction< M, M, T > &tf, AH::ArraySlice< BiQuadCoefficients< T >, 1, false, true > sos) |
|
template<class T , size_t N> |
TransferFunction< N *2+1, N *2+1, T > | sos2tf (const SOSCoefficients< T, N > &sos) |
| Convert Second Order Section (SOS) coefficients to an equivalent tranfer function representation. More...
|
|
template<class T > |
TransferFunction< 3, 3, T > | sos2tf (const SOSCoefficients< T, 1 > &sos) |
|
◆ sos2tf_helper() [1/2]
◆ sos2tf_helper() [2/2]
◆ sos2tf()