CSI-DSP  Version 1.0.0
CSI DSP Software Library
函数
csky_rfft_q31.c 文件参考

函数

void csky_split_rfft_q31 (q31_t *pSrc, uint32_t fftLen, q31_t *pATable, q31_t *pBTable, q31_t *pDst, uint32_t modifier)
 实数 FFT 处理核心 更多...
 
void csky_split_rifft_q31 (q31_t *pSrc, uint32_t fftLen, q31_t *pATable, q31_t *pBTable, q31_t *pDst, uint32_t modifier)
 实数 IFFT 处理核心 更多...
 
void csky_rfft_q31 (const csky_rfft_instance_q31 *S, q31_t *pSrc, q31_t *pDst)
 Q31 RFFT/RIFFT 处理函数. 更多...
 

函数说明

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

参数
[in]*pSrc指向输入缓存.
[in]fftLenFFT长度 of FFT.
[in]*pATable指向旋转系数缓存A
[in]*pBTable指向旋转系数缓存B
[out]*pDst指向输出缓存.
[in]modifiertwiddle coefficient modifier that supports different size FFTs with the same twiddle factor table.
返回
none.
void csky_split_rifft_q31 ( q31_t pSrc,
uint32_t  fftLen,
q31_t pATable,
q31_t pBTable,
q31_t pDst,
uint32_t  modifier 
)
参数
[in]*pSrc指向输入缓存.
[in]fftLenFFT长度.
[in]*pATable指向旋转系数缓存A.
[in]*pBTable指向旋转系数缓存B.
[out]*pDst指向输出缓存.
[in]modifiertwiddle coefficient modifier that supports different size FFTs with the same twiddle factor table.
返回
none.