CSI-DSP
Version 1.0.0
CSI DSP Software Library
|
Functions | |
void | csky_radix4_butterfly_inverse_yv_q15 (q15_t *pSrc, uint32_t fftLen, const q15_t *pCoef, uint32_t twidCoefModifier) |
void | csky_bitreversal_16 (uint16_t *pSrc, const uint16_t bitRevLen, const uint16_t *pBitRevTable) |
void | csky_cfft_radix4by2_inverse_yv_q15 (q15_t *pSrc, uint32_t fftLen, const q15_t *pCoef) |
void | csky_fft_lib_cx16_ifft (q31_t log2_buf_len, q15_t *in_buf, q15_t *out_buf, const q15_t *twi_table, const uint16_t *bitrev_tbl, q15_t *temp_buf, q7_t *ScaleShift, q31_t br) |
Processing function for the Q15 complex inverse FFT. More... | |
void csky_bitreversal_16 | ( | uint16_t * | pSrc, |
const uint16_t | bitRevLen, | ||
const uint16_t * | pBitRevTable | ||
) |
end of ComplexFFTyv group