FIR-filter for STM32F4 and several frequency bands?
Hi,
there are a lot of examples and tutorials available that describe how to use a FIR-filter (via function arm_fir_f32()). Unfortunately all these examples are either simple low-, high-, or bandpass-filters. Now what I'm looking for, is a possibility, to have frequency bands (e.g. 16 or something like that) spread across the whole frequency range and each of these frequency bands comes with an own attenuation level.
So how can I do that? How can I calculate FIR filter coefficients for several frequency bands? Or is a FIR-filter the wrong way to implement something like that?
Thanks!
