|
HARDT - The Ham Radio DSP Toolkit
|
#include <hlowpassbiquad.h>


Public Member Functions | |
| HLowpassBiQuad (float fCutOff, float rate, float quality, float gain) | |
| void | Calculate (float omegaC, float omegaS, float alpha, float A, float beta, float *a0, float *a1, float *a2, float *b0, float *b1, float *b2) |
| float * | Calculate () |
Public Member Functions inherited from HBiQuad< T > | |
| float * | Calculate () |
Additional Inherited Members | |
Protected Member Functions inherited from HBiQuad< T > | |
| HBiQuad (float fCutOff, float rate, float quality, float gain) | |
Calculate the normalized coefficients for a generic lowpass biquad filter.
Given the required cutoff frequency, the sampling frequency and the required quality and passband gain, calculates the coefficients of a 2. order (biquad) IIR filter.
This is not a filter - use this type as the generic parameter BIQUAD when creating a HBiQuadFilter.
|
inline |
Construct a new lowpass biquad
|
inline |
Calculate and return the normalized filter coefficients
|
inlinevirtual |
Calculate filter coefficients
Implements HBiQuad< T >.
1.8.17