Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
8 years, 3 months ago.
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