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.
CMSIS-DSP/Include
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
..
arm_common_tables.h Updated CMSIS_DSP. Added ARMv8M support, changed copyrigth note. 9 years ago
arm_const_structs.h Updated CMSIS_DSP. Added ARMv8M support, changed copyrigth note. 9 years ago
arm_math.h Split rfft_fast_init_f32 into separate initializer functions. 7 years ago