3 #ifndef VISR_LIBRBBL_PARAMETRIC_IIR_COEFFICIENT_CALCULATOR_HPP_INCLUDED 4 #define VISR_LIBRBBL_PARAMETRIC_IIR_COEFFICIENT_CALCULATOR_HPP_INCLUDED 16 template <
typename CoefficientType >
17 class ParametricIirCoefficient;
19 template <
typename CoefficientType >
20 class ParametricIirCoefficientList;
22 template <
typename CoefficientType >
23 class BiquadCoefficient;
25 template <
typename CoefficientType >
26 class BiquadCoefficientList;
28 template <
typename CoefficientType >
29 class BiquadCoefficientMatrix;
32 namespace ParametricIirCoefficientCalculator
34 template<
typename CoefficientType >
35 VISR_RBBL_LIBRARY_SYMBOL
37 BiquadCoefficient<CoefficientType> & coeffs,
38 CoefficientType samplingFrequency );
40 template<
typename CoefficientType >
41 VISR_RBBL_LIBRARY_SYMBOL
42 BiquadCoefficient<CoefficientType>
calculateIirCoefficients( ParametricIirCoefficient<CoefficientType>
const & param,
43 CoefficientType samplingFrequency );
53 template<
typename CoefficientType >
54 VISR_RBBL_LIBRARY_SYMBOL
56 BiquadCoefficientList<CoefficientType> & coeffs,
57 CoefficientType samplingFrequency );
64 #endif // #ifndef VISR_LIBRBBL_PARAMETRIC_IIR_COEFFICIENT_CALCULATOR_HPP_INCLUDED BiquadCoefficient< CoefficientType > calculateIirCoefficients(ParametricIirCoefficient< CoefficientType > const ¶m, CoefficientType samplingFrequency)
Definition: parametric_iir_coefficient_calculator.cpp:23
Definition: options.cpp:10