#include <asf.h>
#include "arm_math.h"
#include "arm_const_structs.h"
Macros | |
#define | TEST_LENGTH_SAMPLES 2048 |
Functions | |
int32_t | main (void) |
Variables | |
uint32_t | doBitReverse = 1 |
uint32_t | fftSize = 1024 |
uint32_t | ifftFlag = 0 |
uint32_t | refIndex = 213 |
uint32_t | testIndex = 0 |
float32_t | testInput_f32_10khz [TEST_LENGTH_SAMPLES] |
static float32_t | testOutput [TEST_LENGTH_SAMPLES/2] |
#define TEST_LENGTH_SAMPLES 2048 |
int32_t main | ( | void | ) |
References doBitReverse, fftSize, ifftFlag, refIndex, status, testIndex, testInput_f32_10khz, and testOutput.
uint32_t doBitReverse = 1 |
Referenced by main().
uint32_t fftSize = 1024 |
Referenced by main().
uint32_t ifftFlag = 0 |
Referenced by main().
uint32_t refIndex = 213 |
Referenced by main().
uint32_t testIndex = 0 |
Referenced by main().
float32_t testInput_f32_10khz[TEST_LENGTH_SAMPLES] |
Referenced by main().
|
static |