CMSIS-DSP
Version 1.10.0
CMSIS DSP Software Library
|
Macros | |
#define | TEST_LENGTH_SAMPLES |
#define | NUMTAPS |
#define | BLOCKSIZE |
#define | DELTA_ERROR |
#define | DELTA_COEFF |
#define | MU |
#define | NUMFRAMES |
Functions | |
arm_status | test_signal_converge_example (void) |
arm_status | test_signal_converge (float32_t *err_signal, uint32_t blockSize) |
void | getinput (float32_t *input, uint32_t fr_cnt, uint32_t blockSize) |
int32_t | main (void) |
#define BLOCKSIZE |
#define DELTA_COEFF |
#define DELTA_ERROR |
#define MU |
#define NUMFRAMES |
#define NUMTAPS |
#define TEST_LENGTH_SAMPLES |
void getinput | ( | float32_t * | input, |
uint32_t | fr_cnt, | ||
uint32_t | blockSize | ||
) |
int32_t main | ( | void | ) |
arm_status test_signal_converge | ( | float32_t * | err_signal, |
uint32_t | blockSize | ||
) |
arm_status test_signal_converge_example | ( | void | ) |
float32_t errOutput[TEST_LENGTH_SAMPLES] |
const float32_t FIRCoeff_f32[32] |
arm_lms_norm_instance_f32 lmsNorm_instance |
float32_t lmsNormCoeff_f32[32] |
arm_fir_instance_f32 LPF_instance |
float32_t testInput_f32[TEST_LENGTH_SAMPLES] |