CMSIS-DSP  Version 1.5.2
CMSIS DSP Software Library
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
arm_fft_bin_example_f32.c File Reference

Macros

#define TEST_LENGTH_SAMPLES
 

Functions

int32_t main (void)
 

Variables

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
 

Macro Definition Documentation

#define TEST_LENGTH_SAMPLES

Function Documentation

Variable Documentation

uint32_t doBitReverse
Examples:
arm_fft_bin_example_f32.c.

Referenced by main().

uint32_t fftSize
Examples:
arm_fft_bin_example_f32.c.

Referenced by main().

uint32_t refIndex
Examples:
arm_fft_bin_example_f32.c.

Referenced by main().

uint32_t testIndex
Examples:
arm_fft_bin_example_f32.c.

Referenced by main().

float32_t testInput_f32_10khz[TEST_LENGTH_SAMPLES]
Examples:
arm_fft_bin_example_f32.c.

Referenced by main().

float32_t testOutput[TEST_LENGTH_SAMPLES/2]
static
Examples:
arm_fft_bin_example_f32.c.

Referenced by main().