![]() |
LIBML
Version 3.2.4
LIBML DSP Software Library
|
#include "tpt_math.h"
Functions | |
void | tpt_biquad_cascade_df1_32x64_q31 (q31_t *aOutData, const tpt_biquad_cascade_df1_32x64_q31_t *aFilter, const q31_t *aInData, uint32_t aCount) |
Processing function for the Q31 Biquad cascade 32x64 filter. More... | |
void tpt_biquad_cascade_df1_32x64_q31 | ( | q31_t * | aOutData, |
const tpt_biquad_cascade_df1_32x64_q31_t * | aFilter, | ||
const q31_t * | aInData, | ||
uint32_t | aCount | ||
) |
Processing function for the Q31 Biquad cascade 32x64 filter.
aOutData | points to the block of output data |
aFilter | points to an instance of the high precision Q31 Biquad cascade filter |
aInData | points to the block of input data |
aCount | number of samples to process |