CMSIS-DSP
Version 1.10.0
CMSIS DSP Software Library
|
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 |
#define BLOCKSIZE |
#define NUMBLOCKS |
#define NUMSTAGES |
#define SNR_THRESHOLD_F32 |
#define TESTLENGTH |
int32_t main | ( | void | ) |
const q31_t coeffTable[950] |
int gainDB[5] |
float32_t snr |
float32_t testInput_f32[TESTLENGTH] |
float32_t testRefOutput_f32[TESTLENGTH] |