CMSIS-DSP  
CMSIS DSP Software Library
 
Loading...
Searching...
No Matches
Deprecated List
Global arm_cfft_radix2_f16 (const arm_cfft_radix2_instance_f16 *S, float16_t *pSrc)
Do not use this function. It has been superseded by arm_cfft_f16 and will be removed in the future
Global arm_cfft_radix2_f32 (const arm_cfft_radix2_instance_f32 *S, float32_t *pSrc)
Do not use this function. It has been superseded by arm_cfft_f32 and will be removed in the future
Global arm_cfft_radix2_init_f16 (arm_cfft_radix2_instance_f16 *S, uint16_t fftLen, uint8_t ifftFlag, uint8_t bitReverseFlag)
Do not use this function. It has been superseded by arm_cfft_f16 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 superseded by arm_cfft_f32 and will be removed in the future.
Global arm_cfft_radix2_init_q15 (arm_cfft_radix2_instance_q15 *S, uint16_t fftLen, uint8_t ifftFlag, uint8_t bitReverseFlag)
Do not use this function. It has been superseded by arm_cfft_q15 and will be removed
Global arm_cfft_radix2_init_q31 (arm_cfft_radix2_instance_q31 *S, uint16_t fftLen, uint8_t ifftFlag, uint8_t bitReverseFlag)
Do not use this function. It has been superseded by arm_cfft_q31 and will be removed in the future.
Global arm_cfft_radix2_q15 (const arm_cfft_radix2_instance_q15 *S, q15_t *pSrc)
Do not use this function. It has been superseded by arm_cfft_q15 and will be removed in the future.
Global arm_cfft_radix2_q31 (const arm_cfft_radix2_instance_q31 *S, q31_t *pSrc)
Do not use this function. It has been superseded by arm_cfft_q31 and will be removed in the future.
Global arm_cfft_radix4_f16 (const arm_cfft_radix4_instance_f16 *S, float16_t *pSrc)
Do not use this function. It has been superseded by arm_cfft_f16 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 superseded by arm_cfft_f32 and will be removed in the future.
Global arm_cfft_radix4_init_f16 (arm_cfft_radix4_instance_f16 *S, uint16_t fftLen, uint8_t ifftFlag, uint8_t bitReverseFlag)
Do not use this function. It has been superceded by arm_cfft_f16 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_cfft_radix4_init_q15 (arm_cfft_radix4_instance_q15 *S, uint16_t fftLen, uint8_t ifftFlag, uint8_t bitReverseFlag)
Do not use this function. It has been superseded by arm_cfft_q15 and will be removed in the future.
Global arm_cfft_radix4_init_q31 (arm_cfft_radix4_instance_q31 *S, uint16_t fftLen, uint8_t ifftFlag, uint8_t bitReverseFlag)
Do not use this function. It has been superseded by arm_cfft_q31 and will be removed in the future.
Global arm_cfft_radix4_q15 (const arm_cfft_radix4_instance_q15 *S, q15_t *pSrc)
Do not use this function. It has been superseded by arm_cfft_q15 and will be removed in the future.
Global arm_cfft_radix4_q31 (const arm_cfft_radix4_instance_q31 *S, q31_t *pSrc)
Do not use this function. It has been superseded by arm_cfft_q31 and will be removed in the future.
Global arm_dct4_f32 (const arm_dct4_instance_f32 *S, float32_t *pState, float32_t *pInlineBuffer)
Do not use this function. It is using a deprecated version of the RFFT.
Global arm_dct4_init_f32 (arm_dct4_instance_f32 *S, arm_rfft_instance_f32 *S_RFFT, arm_cfft_radix4_instance_f32 *S_CFFT, uint16_t N, uint16_t Nby2, float32_t normalize)
Do not use this function. It is using a deprecated version of the RFFT.
Global arm_dct4_init_q15 (arm_dct4_instance_q15 *S, arm_rfft_instance_q15 *S_RFFT, arm_cfft_radix4_instance_q15 *S_CFFT, uint16_t N, uint16_t Nby2, q15_t normalize)
Do not use this function. It will be removed in future versions.
Global arm_dct4_init_q31 (arm_dct4_instance_q31 *S, arm_rfft_instance_q31 *S_RFFT, arm_cfft_radix4_instance_q31 *S_CFFT, uint16_t N, uint16_t Nby2, q31_t normalize)
Do not use this function. It will be removed in future versions.
Global arm_dct4_q15 (const arm_dct4_instance_q15 *S, q15_t *pState, q15_t *pInlineBuffer)
Do not use this function. It will be removed in future versions.
Global arm_dct4_q31 (const arm_dct4_instance_q31 *S, q31_t *pState, q31_t *pInlineBuffer)
Do not use this function. It will be removed in future versions.
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.
Module FIR_Lattice
Those functions are no more tested nor maintained and will be removed in a future version.
Module FIR_Sparse
Those functions are no more tested nor maintained and will be removed in a future version.