ARM-software / CMSIS-DSP

CMSIS-DSP embedded compute library for Cortex-M and Cortex-A
https://arm-software.github.io/CMSIS-DSP
Apache License 2.0
454 stars 122 forks source link

Create arm_fir_decimate_f64 based on arm_fir_decimate_f32 #157

Closed torfinnberset closed 4 months ago

torfinnberset commented 4 months ago

No Neon or Helium vectorizations for now, but fills a gap in the library. Closes #154

christophe0606 commented 4 months ago

@torfinnberset Thanks ! I'll merge it but be patient because I am currently working on something else.