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

Macros

#define TESTLENGTH
 
#define BLOCKSIZE
 
#define NUMBLOCKS
 
#define NUMSTAGES
 
#define SNR_THRESHOLD_F32
 

Functions

int32_t main (void)
 

Variables

float32_t testInput_f32 [TESTLENGTH]
 
float32_t testRefOutput_f32 [TESTLENGTH]
 
q31_t inputQ31 [BLOCKSIZE]
 
q31_t outputQ31 [BLOCKSIZE]
 
const q31_t coeffTable [950]
 
int gainDB [5]
 
float32_t snr
 

Macro Definition Documentation

#define BLOCKSIZE
#define NUMBLOCKS
#define NUMSTAGES
#define SNR_THRESHOLD_F32
#define TESTLENGTH

Function Documentation

int32_t main ( void  )

Variable Documentation

const q31_t coeffTable[950]
int gainDB[5]