• STM32F427ZG and CMSIS FIR Filters
    I am using STM32F427ZG and have a query about the CMSIS FIR Filter functions. We require highest possible speed in a 16 bit environment. I have been comparing speeds for the q15,q31 and float32 FIR...
  • CMSIS question on CAN filtering
    Hi, Concerning CAN objects that can have multiple filters assigned... The following CMSIS structure tells the application about the filtering capabilities of each object. It is returned in the...
  • Realtime CMSIS FIR Filter Issue
    Hi everyone, I'm trying to implement a realtime lowpass FIR filter using the CMSIS library. I'm essentially following their example here: http://www.keil.com/pack/doc/CMSIS/DSP/html/group__FIRLPF...
  • CMSIS IIR filter calculation speed
    Hello! I am trying to implement IIR filter algorithms on an STM32F767. I'm using the CMSIS library for the filter algorithms and they are working as expected. However, the execution speed is very...
  • Filters !
    This is NON-Keil, but part of our "embedded" world. I found this Texas Instruments website for filters that is kind of cool... www-k.ext.ti.com/.../webcgi.exe(26717),new I guess, you'll have...