#include "arm_math.h"
Go to the source code of this file.
Defines | |
#define | TEST_LENGTH_SAMPLES 2048 |
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 = 1024 |
uint32_t | ifftFlag = 0 |
uint32_t | doBitReverse = 1 |
uint32_t | refIndex = 213 |
uint32_t | testIndex = 0 |
#define TEST_LENGTH_SAMPLES 2048 |
Definition at line 78 of file arm_fft_bin_example_f32.c.
int32_t main | ( | void | ) |
Definition at line 100 of file arm_fft_bin_example_f32.c.
float32_t testInput_f32_10khz[TEST_LENGTH_SAMPLES] |
float32_t testOutput[TEST_LENGTH_SAMPLES/2] [static] |
Definition at line 84 of file arm_fft_bin_example_f32.c.
uint32_t fftSize = 1024 |
Definition at line 89 of file arm_fft_bin_example_f32.c.
uint32_t ifftFlag = 0 |
Definition at line 90 of file arm_fft_bin_example_f32.c.
uint32_t doBitReverse = 1 |
Definition at line 91 of file arm_fft_bin_example_f32.c.
uint32_t refIndex = 213 |
Definition at line 94 of file arm_fft_bin_example_f32.c.
uint32_t testIndex = 0 |
Definition at line 94 of file arm_fft_bin_example_f32.c.