We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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