Macros | |
#define | BLOCK_SIZE 32 |
#define | NUM_TAPS 29 |
#define | SNR_THRESHOLD_F32 140.0f |
#define | TEST_LENGTH_SAMPLES 320 |
Functions | |
int32_t | main (void) |
Variables | |
uint32_t | blockSize = BLOCK_SIZE |
const float32_t | firCoeffs32 [NUM_TAPS] |
static float32_t | firStateF32 [BLOCK_SIZE+NUM_TAPS-1] |
uint32_t | numBlocks = TEST_LENGTH_SAMPLES/BLOCK_SIZE |
float32_t | refOutput [TEST_LENGTH_SAMPLES] |
float32_t | snr |
float32_t | testInput_f32_1kHz_15kHz [TEST_LENGTH_SAMPLES] |
static float32_t | testOutput [TEST_LENGTH_SAMPLES] |
#define BLOCK_SIZE 32 |
#define NUM_TAPS 29 |
Referenced by main().
#define SNR_THRESHOLD_F32 140.0f |
Referenced by main().
#define TEST_LENGTH_SAMPLES 320 |
Referenced by main().
int32_t main | ( | void | ) |
References arm_snr_f32(), blockSize, firCoeffs32, firStateF32, NUM_TAPS, numBlocks, refOutput, snr, SNR_THRESHOLD_F32, status, TEST_LENGTH_SAMPLES, testInput_f32_1kHz_15kHz, and testOutput.
uint32_t blockSize = BLOCK_SIZE |
const float32_t firCoeffs32[NUM_TAPS] |
Referenced by main().
|
static |
Referenced by main().
uint32_t numBlocks = TEST_LENGTH_SAMPLES/BLOCK_SIZE |
Referenced by main().
float32_t refOutput[TEST_LENGTH_SAMPLES] |
Referenced by main().
float32_t snr |
float32_t testInput_f32_1kHz_15kHz[TEST_LENGTH_SAMPLES] |
Referenced by main().
|
static |