CSI-DSP  Version 1.0.0
CSI DSP Software Library
Functions
csky_inv_rfft_q15_yv.c File Reference

Functions

void csky_split_rifft_yv_q15 (q15_t *pSrc, uint32_t fftLen, const q15_t *pATable, const q15_t *pBTable, q15_t *pDst, uint32_t modifier)
 
void csky_fft_lib_int16_ifft (q31_t log2_buf_len, q15_t *in_buf, q15_t *out_buf, const q15_t *twi_table, const twi_table_rfft_q15 *last_stage_twi_table, const uint16_t *bitrev_tbl, q15_t *temp_buf, q7_t *ScaleShift, q31_t br)
 Processing function for the Q15 real inverse FFT. More...
 
void csky_split_rifft_q15 (q15_t *pSrc, uint32_t fftLen, q15_t *pATable, q15_t *pBTable, q15_t *pDst, uint32_t modifier)
 Core Real IFFT process. More...
 

Function Documentation

void csky_split_rifft_q15 ( q15_t pSrc,
uint32_t  fftLen,
q15_t pATable,
q15_t pBTable,
q15_t pDst,
uint32_t  modifier 
)

end of RealFFTyv group

Parameters
[in]*pSrcpoints to the input buffer.
[in]fftLenlength of FFT.
[in]*pATablepoints to the twiddle Coef A buffer.
[in]*pBTablepoints to the twiddle Coef B buffer.
[out]*pDstpoints to the output buffer.
[in]modifiertwiddle coefficient modifier that supports different size FFTs with the same twiddle factor table.
Returns
none. The function implements a Real IFFT
void csky_split_rifft_yv_q15 ( q15_t pSrc,
uint32_t  fftLen,
const q15_t pATable,
const q15_t pBTable,
q15_t pDst,
uint32_t  modifier 
)