2023-04-11 11:37 AM
Hello,
I have 3 different ADC inputs with DMA (ADC1, ADC2, ADC3). They represent different values like temperature, voltage etc.
I was wondering whether it is possible to implement multiple arm_fir_f32 functions with the incoming data, but completetly independently from each other. One FIR filter for the ADC1, one for the ADC2 and so on...