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

Functions

void csky_split_rfft_q31 (q31_t *pSrc, uint32_t fftLen, q31_t *pATable, q31_t *pBTable, q31_t *pDst, uint32_t modifier)
 Core Real FFT process. More...
 
void csky_split_rifft_q31 (q31_t *pSrc, uint32_t fftLen, q31_t *pATable, q31_t *pBTable, q31_t *pDst, uint32_t modifier)
 Core Real IFFT process. More...
 
void csky_rfft_q31 (const csky_rfft_instance_q31 *S, q31_t *pSrc, q31_t *pDst)
 Processing function for the Q31 RFFT/RIFFT. More...
 

Function Documentation

void csky_split_rfft_q31 ( q31_t pSrc,
uint32_t  fftLen,
q31_t pATable,
q31_t pBTable,
q31_t pDst,
uint32_t  modifier 
)

end of RealFFT 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.
void csky_split_rifft_q31 ( q31_t pSrc,
uint32_t  fftLen,
q31_t pATable,
q31_t pBTable,
q31_t pDst,
uint32_t  modifier 
)
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.