![]() |
CMSIS-DSP
CMSIS DSP Software Library
|
Macros | |
| #define | TEST_LENGTH_SAMPLES 320 |
| #define | SNR_THRESHOLD_F32 75.0f |
| #define | BLOCK_SIZE 32 |
| #define | NUM_TAPS_ARRAY_SIZE 29 |
| #define | NUM_TAPS 29 |
Functions | |
| int32_t | main (void) |
Variables | |
| float32_t | testInput_f32_1kHz_15kHz [320] |
| float32_t | refOutput [320] |
| const float32_t | firCoeffs32 [29] |
| uint32_t | blockSize = 32 |
| uint32_t | numBlocks = 320 / 32 |
| float32_t | snr |
| #define BLOCK_SIZE 32 |
| #define NUM_TAPS 29 |
| #define NUM_TAPS_ARRAY_SIZE 29 |
| #define SNR_THRESHOLD_F32 75.0f |
| #define TEST_LENGTH_SAMPLES 320 |
| int32_t main | ( | void | ) |
| uint32_t blockSize = 32 |
| const float32_t firCoeffs32[29] |
| uint32_t numBlocks = 320 / 32 |
|
extern |
| float32_t snr |
|
extern |