CSI-DSP  Version 1.0.0
CSI DSP Software Library
Content | Functions
Transform Functions

Content

 Complex FFT Functions
 
 DCT Type IV Functions
 
 Real FFT Functions
 

Functions

void csky_split_rfft_f32 (float32_t *pSrc, uint32_t fftLen, float32_t *pATable, float32_t *pBTable, float32_t *pDst, uint32_t modifier)
 Core Real FFT process. More...
 

Description

Function Documentation

void csky_split_rfft_f32 ( float32_t pSrc,
uint32_t  fftLen,
float32_t pATable,
float32_t pBTable,
float32_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.