CMSIS-DSP  Version 1.10.0
CMSIS DSP Software Library
 All Data Structures Namespaces 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_ARRAY_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]
 
const float32_t firCoeffs32 [NUM_TAPS_ARRAY_SIZE]
 
uint32_t blockSize
 
uint32_t numBlocks
 
float32_t snr
 

Macro Definition Documentation

#define BLOCK_SIZE
#define NUM_TAPS
#define NUM_TAPS_ARRAY_SIZE
#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_ARRAY_SIZE]
uint32_t numBlocks
float32_t testInput_f32_1kHz_15kHz[TEST_LENGTH_SAMPLES]