Microchip® Advanced Software Framework

arm_fft_bin_example_f32.c File Reference
#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  )

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().

float32_t testOutput[TEST_LENGTH_SAMPLES/2]
static