Macros | |
#define | SNR_THRESHOLD 90 |
#define | TEST_LENGTH_SAMPLES 10 |
#define | XSPACING (0.00005f) |
Functions | |
int32_t | main (void) |
Variables | |
float | arm_linear_interep_table [188495] |
float32_t | snr1 |
float32_t | snr2 |
float32_t | testInputSin_f32 [TEST_LENGTH_SAMPLES] |
float32_t | testLinIntOutput [TEST_LENGTH_SAMPLES] |
float32_t | testOutput [TEST_LENGTH_SAMPLES] |
float32_t | testRefSinOutput32_f32 [TEST_LENGTH_SAMPLES] |
#define SNR_THRESHOLD 90 |
#define TEST_LENGTH_SAMPLES 10 |
Referenced by main().
#define XSPACING (0.00005f) |
Referenced by main().
int32_t main | ( | void | ) |
References arm_linear_interep_table, arm_snr_f32(), snr1, snr2, status, TEST_LENGTH_SAMPLES, testInputSin_f32, testLinIntOutput, testOutput, testRefSinOutput32_f32, and XSPACING.
float arm_linear_interep_table[188495] |
Referenced by main().
float32_t snr1 |
Referenced by main().
float32_t snr2 |
Referenced by main().
float32_t testInputSin_f32[TEST_LENGTH_SAMPLES] |
Referenced by main().
float32_t testLinIntOutput[TEST_LENGTH_SAMPLES] |
Referenced by main().
float32_t testOutput[TEST_LENGTH_SAMPLES] |
float32_t testRefSinOutput32_f32[TEST_LENGTH_SAMPLES] |
Referenced by main().