|  | CMSIS-DSP
    Version 1.10.0
    CMSIS DSP Software Library | 
| 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 | 
| #define BLOCK_SIZE | 
| #define NUM_TAPS | 
| #define NUM_TAPS_ARRAY_SIZE | 
| #define SNR_THRESHOLD_F32 | 
| #define TEST_LENGTH_SAMPLES | 
| int32_t main | ( | void | ) | 
| uint32_t blockSize | 
| const float32_t firCoeffs32[NUM_TAPS_ARRAY_SIZE] | 
| uint32_t numBlocks | 
| float32_t refOutput[TEST_LENGTH_SAMPLES] | 
| float32_t snr | 
| float32_t testInput_f32_1kHz_15kHz[TEST_LENGTH_SAMPLES] |