CMSIS-DSP
Version 1.7.0
CMSIS DSP Software Library
|
Macros | |
#define | TEST_LENGTH_SAMPLES |
#define | SNR_THRESHOLD_F32 |
#define | BLOCK_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] |
static float32_t | testOutput [TEST_LENGTH_SAMPLES] |
static float32_t | firStateF32 [BLOCK_SIZE+NUM_TAPS-1] |
const float32_t | firCoeffs32 [NUM_TAPS] |
uint32_t | blockSize |
uint32_t | numBlocks |
float32_t | snr |
#define BLOCK_SIZE |
#define NUM_TAPS |
#define SNR_THRESHOLD_F32 |
#define TEST_LENGTH_SAMPLES |
int32_t main | ( | void | ) |
uint32_t blockSize |
|
static |
uint32_t numBlocks |
float32_t refOutput[TEST_LENGTH_SAMPLES] |
float32_t snr |
float32_t testInput_f32_1kHz_15kHz[TEST_LENGTH_SAMPLES] |
|
static |