|
CSI-DSP
Version 1.0.0
CSI DSP Software Library
|
Functions | |
| void | csky_bitreversal_f32 (float32_t *pSrc, uint16_t fftSize, uint16_t bitRevFactor, uint16_t *pBitRevTab) |
| void | csky_radix4_butterfly_f32 (float32_t *pSrc, uint16_t fftLen, float32_t *pCoef, uint16_t twidCoefModifier) |
| void | csky_radix4_butterfly_inverse_f32 (float32_t *pSrc, uint16_t fftLen, float32_t *pCoef, uint16_t twidCoefModifier, float32_t onebyfftLen) |
| void | csky_cfft_radix4_f32 (const csky_cfft_radix4_instance_f32 *S, float32_t *pSrc) |
| Processing function for the floating-point Radix-4 CFFT/CIFFT. More... | |
| void csky_bitreversal_f32 | ( | float32_t * | pSrc, |
| uint16_t | fftSize, | ||
| uint16_t | bitRevFactor, | ||
| uint16_t * | pBitRevTab | ||
| ) |
| void csky_cfft_radix4_f32 | ( | const csky_cfft_radix4_instance_f32 * | S, |
| float32_t * | pSrc | ||
| ) |
| [in] | *S | points to an instance of the floating-point Radix-4 CFFT/CIFFT structure. |
| [in,out] | *pSrc | points to the complex data buffer of size 2*fftLen. Processing occurs in-place. |
| void csky_radix4_butterfly_f32 | ( | float32_t * | pSrc, |
| uint16_t | fftLen, | ||
| float32_t * | pCoef, | ||
| uint16_t | twidCoefModifier | ||
| ) |