CSI-DSP
Version 1.0.0
CSI DSP Software Library
Main Page
Modules
Data Structure Index
Data Fields
Deprecated List
Global
csky_cfft_radix2_f32
(const
csky_cfft_radix2_instance_f32
*S, float32_t *pSrc)
Do not use this function. It has been superseded by
csky_cfft_f32
and will be removed in the future.
Global
csky_cfft_radix2_init_f32
(
csky_cfft_radix2_instance_f32
*S, uint16_t fftLen, uint8_t ifftFlag, uint8_t bitReverseFlag)
Do not use this function. It has been superseded by
csky_cfft_f32
and will be removed in the future.
Global
csky_cfft_radix2_init_q15
(
csky_cfft_radix2_instance_q15
*S, uint16_t fftLen, uint8_t ifftFlag, uint8_t bitReverseFlag)
Do not use this function. It has been superseded by
csky_cfft_q15
and will be removed
Global
csky_cfft_radix2_init_q31
(
csky_cfft_radix2_instance_q31
*S, uint16_t fftLen, uint8_t ifftFlag, uint8_t bitReverseFlag)
Do not use this function. It has been superseded by
csky_cfft_q31
and will be removed
Global
csky_cfft_radix2_q15
(const
csky_cfft_radix2_instance_q15
*S, q15_t *pSrc)
Do not use this function. It has been superseded by
csky_cfft_q15
and will be removed
Global
csky_cfft_radix2_q31
(const
csky_cfft_radix2_instance_q31
*S, q31_t *pSrc)
Do not use this function. It has been superseded by
csky_cfft_q31
and will be removed
Global
csky_cfft_radix4_f32
(const
csky_cfft_radix4_instance_f32
*S, float32_t *pSrc)
Do not use this function. It has been superseded by
csky_cfft_f32
and will be removed in the future.
Global
csky_cfft_radix4_init_f32
(
csky_cfft_radix4_instance_f32
*S, uint16_t fftLen, uint8_t ifftFlag, uint8_t bitReverseFlag)
Do not use this function. It has been superceded by
csky_cfft_f32
and will be removed in the future.
Global
csky_cfft_radix4_init_q15
(
csky_cfft_radix4_instance_q15
*S, uint16_t fftLen, uint8_t ifftFlag, uint8_t bitReverseFlag)
Do not use this function. It has been superseded by
csky_cfft_q15
and will be removed
Global
csky_cfft_radix4_init_q31
(
csky_cfft_radix4_instance_q31
*S, uint16_t fftLen, uint8_t ifftFlag, uint8_t bitReverseFlag)
Do not use this function. It has been superseded by
csky_cfft_q31
and will be removed
Global
csky_cfft_radix4_q15
(const
csky_cfft_radix4_instance_q15
*S, q15_t *pSrc)
Do not use this function. It has been superseded by
csky_cfft_q15
and will be removed
Global
csky_cfft_radix4_q31
(const
csky_cfft_radix4_instance_q31
*S, q31_t *pSrc)
Do not use this function. It has been superseded by
csky_cfft_q31
and will be removed
Global
csky_rfft_f32
(const
csky_rfft_instance_f32
*S, float32_t *pSrc, float32_t *pDst)
Do not use this function. It has been superceded by
csky_rfft_fast_f32
and will be removed in the future.
Global
csky_rfft_init_f32
(
csky_rfft_instance_f32
*S,
csky_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
csky_rfft_fast_init_f32
and will be removed in the future.