This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to use CMSIS DSP Software Library

Hi

I want to know how to find the parameters of IIR and FIR filter functions

parameters like

uint16_t numStages

float32_t * pState

float32_t * pkCoeffs

float32_t * pvCoeffs

Actually i have to implement digital IIR filter on the control side(bessel filter with cutoff frequency 15Hz ).

please help me to find these parameters