CMSIS-DSP  Verison 1.4.1
CMSIS DSP Software Library
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Deprecated List
Global arm_cfft_radix2_f32 (const arm_cfft_radix2_instance_f32 *S, float32_t *pSrc)
Do not use this function. It has been superceded by arm_cfft_f32 and will be removed in the future.
Global arm_cfft_radix2_init_f32 (arm_cfft_radix2_instance_f32 *S, uint16_t fftLen, uint8_t ifftFlag, uint8_t bitReverseFlag)
Do not use this function. It has been superceded by arm_cfft_f32 and will be removed in the future.
Global arm_cfft_radix4_f32 (const arm_cfft_radix4_instance_f32 *S, float32_t *pSrc)
Do not use this function. It has been superceded by arm_cfft_f32 and will be removed in the future.
Global arm_cfft_radix4_init_f32 (arm_cfft_radix4_instance_f32 *S, uint16_t fftLen, uint8_t ifftFlag, uint8_t bitReverseFlag)
Do not use this function. It has been superceded by arm_cfft_f32 and will be removed in the future.
Global arm_rfft_f32 (const arm_rfft_instance_f32 *S, float32_t *pSrc, float32_t *pDst)
Do not use this function. It has been superceded by arm_rfft_fast_f32 and will be removed in the future.
Global arm_rfft_init_f32 (arm_rfft_instance_f32 *S, arm_cfft_radix4_instance_f32 *S_CFFT, uint32_t fftLenReal, uint32_t ifftFlagR, uint32_t bitReverseFlag)
Do not use this function. It has been superceded by arm_rfft_fast_init_f32 and will be removed in the future.