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

Macros

#define TEST_LENGTH_SAMPLES
 
#define SNR_THRESHOLD_F32
 
#define BLOCK_SIZE
 
#define NUM_TAPS
 

Functions

int32_t main (void)
 

Variables

float32_t testInput_f32_1kHz_15kHz [TEST_LENGTH_SAMPLES]
 
float32_t refOutput [TEST_LENGTH_SAMPLES]
 
static float32_t testOutput [TEST_LENGTH_SAMPLES]
 
static float32_t firStateF32 [BLOCK_SIZE+NUM_TAPS-1]
 
const float32_t firCoeffs32 [NUM_TAPS]
 
uint32_t blockSize
 
uint32_t numBlocks
 
float32_t snr
 

Macro Definition Documentation

#define BLOCK_SIZE
#define NUM_TAPS
#define SNR_THRESHOLD_F32
#define TEST_LENGTH_SAMPLES

Function Documentation

int32_t main ( void  )

Variable Documentation

uint32_t blockSize
const float32_t firCoeffs32[NUM_TAPS]
float32_t firStateF32[BLOCK_SIZE+NUM_TAPS-1]
static
uint32_t numBlocks
float32_t testInput_f32_1kHz_15kHz[TEST_LENGTH_SAMPLES]
float32_t testOutput[TEST_LENGTH_SAMPLES]
static