CSI-DSP
Version 1.0.0
CSI DSP Software Library
|
Functions | |
void | csky_radix2_butterfly_q15 (q15_t *pSrc, uint32_t fftLen, q15_t *pCoef, uint16_t twidCoefModifier) |
void | csky_radix2_butterfly_inverse_q15 (q15_t *pSrc, uint32_t fftLen, q15_t *pCoef, uint16_t twidCoefModifier) |
void | csky_bitreversal_q15 (q15_t *pSrc, uint32_t fftLen, uint16_t bitRevFactor, uint16_t *pBitRevTab) |
void | csky_cfft_radix2_q15 (const csky_cfft_radix2_instance_q15 *S, q15_t *pSrc) |
Processing function for the fixed-point CFFT/CIFFT. More... | |
void csky_bitreversal_q15 | ( | q15_t * | pSrc, |
uint32_t | fftLen, | ||
uint16_t | bitRevFactor, | ||
uint16_t * | pBitRevTab | ||
) |
void csky_cfft_radix2_q15 | ( | const csky_cfft_radix2_instance_q15 * | S, |
q15_t * | pSrc | ||
) |
[in] | *S | points to an instance of the fixed-point CFFT/CIFFT structure. |
[in,out] | *pSrc | points to the complex data buffer of size 2*fftLen . Processing occurs in-place. |
void csky_radix2_butterfly_inverse_q15 | ( | q15_t * | pSrc, |
uint32_t | fftLen, | ||
q15_t * | pCoef, | ||
uint16_t | twidCoefModifier | ||
) |