![]() |
![]() |
Collaboration diagram for DSPF_sp_biquad:
![]() |
void | DSPF_sp_biquad (float *restrict x, float *b, float *a, float *delay, float *restrict y, const int nx) |
void DSPF_sp_biquad | ( | float *restrict | x, | |
float * | b, | |||
float * | a, | |||
float * | delay, | |||
float *restrict | y, | |||
const int | nx | |||
) |
This routine implements a DF 2 transposed structure of the biquad filter
x | Pointer to input samples | |
b | Pointer to Nr coefs b0, b1, b2 | |
a | Pointer to Dr coefs a1, a2 | |
delay | Pointer to filter delays | |
y | Pointer to output samples | |
nx | Number of input/output samples |