Skip to main content
fing
Associate II
April 11, 2023
Question

How can I use more than one FIR filters? (DSP CMSIS Library)

  • April 11, 2023
  • 0 replies
  • 1110 views

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...

This topic has been closed for replies.