CMSIS-DSP  
CMSIS DSP Software Library
arm_fft_bin_example_f32.c File Reference

Macros

#define TEST_LENGTH_SAMPLES   2048
 

Functions

int32_t main (void)
 

Variables

float32_t testInput_f32_10khz [2048]
 
uint32_t fftSize = 1024
 
uint32_t ifftFlag = 0
 
uint32_t doBitReverse = 1
 
arm_cfft_instance_f32 varInstCfftF32
 
uint32_t refIndex = 213
 
uint32_t testIndex = 0
 

Macro Definition Documentation

◆ TEST_LENGTH_SAMPLES

#define TEST_LENGTH_SAMPLES   2048

Function Documentation

◆ main()

int32_t main ( void  )

Variable Documentation

◆ doBitReverse

uint32_t doBitReverse = 1

◆ fftSize

uint32_t fftSize = 1024

◆ ifftFlag

uint32_t ifftFlag = 0

◆ refIndex

uint32_t refIndex = 213

◆ testIndex

uint32_t testIndex = 0

◆ testInput_f32_10khz

float32_t testInput_f32_10khz[2048]
extern

◆ varInstCfftF32