CSI-DSP  Version 1.0.0
CSI DSP Software Library
宏定义 | 函数 | 变量
csky_fft_bin_example_f32.c 文件参考

宏定义

#define TEST_LENGTH_SAMPLES
 

函数

int32_t main (void)
 

变量

float32_t testInput_f32_10khz [TEST_LENGTH_SAMPLES]
 
static float32_t testOutput [TEST_LENGTH_SAMPLES/2]
 
uint32_t fftSize
 
uint32_t ifftFlag
 
uint32_t doBitReverse
 
uint32_t refIndex
 
uint32_t testIndex
 

宏定义说明

#define TEST_LENGTH_SAMPLES

函数说明

int32_t main ( void  )

变量说明

uint32_t doBitReverse
uint32_t fftSize
uint32_t ifftFlag
uint32_t refIndex
uint32_t testIndex
float32_t testInput_f32_10khz[TEST_LENGTH_SAMPLES]
float32_t testOutput[TEST_LENGTH_SAMPLES/2]
static