CSI-DSP
Version 1.0.0
CSI DSP Software Library
|
Functions | |
void | csky_radix4_butterfly_q31 (q31_t *pSrc, uint32_t fftLen, q31_t *pCoef, uint32_t twidCoefModifier) |
Core function for the Q31 CFFT butterfly process. More... | |
void | csky_radix4_butterfly_inverse_q31 (q31_t *pSrc, uint32_t fftLen, q31_t *pCoef, uint32_t twidCoefModifier) |
Core function for the Q31 CIFFT butterfly process. More... | |
void | csky_bitreversal_32 (uint32_t *pSrc, const uint16_t bitRevLen, const uint16_t *pBitRevTable) |
void | csky_cfft_radix4by2_q31 (q31_t *pSrc, uint32_t fftLen, const q31_t *pCoef) |
void | csky_cfft_radix4by2_inverse_q31 (q31_t *pSrc, uint32_t fftLen, const q31_t *pCoef) |
void | csky_cfft_q31 (const csky_cfft_instance_q31 *S, q31_t *p1, uint8_t ifftFlag, uint8_t bitReverseFlag) |
Processing function for the fixed-point complex FFT in Q31 format. More... | |
void csky_bitreversal_32 | ( | uint32_t * | pSrc, |
const uint16_t | bitRevLen, | ||
const uint16_t * | pBitRevTable | ||
) |
end of ComplexFFT group
void csky_radix4_butterfly_inverse_q31 | ( | q31_t * | pSrc, |
uint32_t | fftLen, | ||
q31_t * | pCoef, | ||
uint32_t | twidCoefModifier | ||
) |
[in,out] | *pSrc | points to the in-place buffer of Q31 data type. |
[in] | fftLen | length of the FFT. |
[in] | *pCoef | points to twiddle coefficient buffer. |
[in] | twidCoefModifier | twiddle coefficient modifier that supports different size FFTs with the same twiddle factor table. |
void csky_radix4_butterfly_q31 | ( | q31_t * | pSrc, |
uint32_t | fftLen, | ||
q31_t * | pCoef, | ||
uint32_t | twidCoefModifier | ||
) |
[in,out] | *pSrc | points to the in-place buffer of Q31 data type. |
[in] | fftLen | length of the FFT. |
[in] | *pCoef | points to twiddle coefficient buffer. |
[in] | twidCoefModifier | twiddle coefficient modifier that supports different size FFTs with the same twiddle factor table. |