CMSIS-DSP embedded compute library for Cortex-M and Cortex-A
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Dave Flogeras 0f5b33ee1b Split rfft_fast_init_f32 into separate initializer functions.
The rationale here is that if the caller knows the size FFT they require
at compile time, only the look-up tables required for that size are
placed in the data segment (ROM).  This saves between ~40k to ~80k of
ROM when only using a single FFT size.
7 years ago
DSP_Lib_TestSuite add special values to sin and cos test data 7 years ago
Examples/ARM Updated DSP examples. 8 years ago
Include Split rfft_fast_init_f32 into separate initializer functions. 7 years ago
Projects updated ARMv8M DSP libraries. 7 years ago
Source Split rfft_fast_init_f32 into separate initializer functions. 7 years ago