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_bitreversal_q31 (q31_t *pSrc, uint32_t fftLen, uint16_t bitRevFactor, uint16_t *pBitRevTable) |
void | csky_bitreversal_q15 (q15_t *pSrc16, uint32_t fftLen, uint16_t bitRevFactor, uint16_t *pBitRevTab) |
void csky_bitreversal_f32 | ( | float32_t * | pSrc, |
uint16_t | fftSize, | ||
uint16_t | bitRevFactor, | ||
uint16_t * | pBitRevTab | ||
) |
void csky_bitreversal_q15 | ( | q15_t * | pSrc16, |
uint32_t | fftLen, | ||
uint16_t | bitRevFactor, | ||
uint16_t * | pBitRevTab | ||
) |
void csky_bitreversal_q31 | ( | q31_t * | pSrc, |
uint32_t | fftLen, | ||
uint16_t | bitRevFactor, | ||
uint16_t * | pBitRevTable | ||
) |