![]() |
CMSIS-DSP
CMSIS DSP Software Library
|
Macros | |
| #define | TESTLENGTH 320 |
| #define | BLOCKSIZE 32 |
| #define | NUMBLOCKS (TESTLENGTH/BLOCKSIZE) |
| #define | NUMSTAGES 2 |
| #define | SNR_THRESHOLD_F32 98 |
Functions | |
| int32_t | main (void) |
Variables | |
| float32_t | testInput_f32 [320] |
| float32_t | testRefOutput_f32 [320] |
| q31_t | inputQ31 [32] |
| q31_t | outputQ31 [32] |
| const q31_t | coeffTable [950] |
| int | gainDB [5] = {0, -3, 6, 4, -6} |
| float32_t | snr |
| #define BLOCKSIZE 32 |
| #define NUMBLOCKS (TESTLENGTH/BLOCKSIZE) |
| #define NUMSTAGES 2 |
| #define SNR_THRESHOLD_F32 98 |
| #define TESTLENGTH 320 |
| int32_t main | ( | void | ) |
| const q31_t coeffTable[950] |
| int gainDB[5] = {0, -3, 6, 4, -6} |
| q31_t inputQ31[32] |
| q31_t outputQ31[32] |
| float32_t snr |
|
extern |
|
extern |