You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.