Skip to content

CMSIS-DSP 1.15.0

Latest
Compare
Choose a tag to compare
@christophe0606 christophe0606 released this 21 Aug 12:05
· 43 commits to main since this release
  • Switched to semantic versioning
  • Corrections to MFCC
  • Updated support for cmsis build tools 2.0
  • Compute graph removed. It is now part of CMSIS-Stream
  • Github issues:
    • 95,96,105,106,108,111,112
  • New FFT initializations to allow linker to do code size optimizations
    • If you know the size of the transform at build time, prefer functions like
      arm_cfft_init_64_q15 to functions like arm_cfft_init_q15.
      It applies for CFFT, RFFT and MFCC and other datatypes.