CMSIS-DSP
CMSIS DSP Software Library
|
Macros | |
#define | TEST_LENGTH_SAMPLES 1536 |
#define | NUMTAPS 32 |
#define | BLOCKSIZE 32 |
#define | DELTA_ERROR 0.00009f |
#define | DELTA_COEFF 0.0001f |
#define | MU 0.5f |
#define | NUMFRAMES (TEST_LENGTH_SAMPLES / BLOCKSIZE) |
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) |
Variables | |
float32_t | firStateF32 [32+32] |
arm_fir_instance_f32 | LPF_instance |
float32_t | lmsStateF32 [32+32] |
float32_t | errOutput [1536] |
arm_lms_norm_instance_f32 | lmsNorm_instance |
float32_t | testInput_f32 [1536] |
float32_t | lmsNormCoeff_f32 [32] |
const float32_t | FIRCoeff_f32 [32] |
float32_t | wire1 [32] |
float32_t | wire2 [32] |
float32_t | wire3 [32] |
float32_t | err_signal [32] |
#define BLOCKSIZE 32 |
#define DELTA_COEFF 0.0001f |
#define DELTA_ERROR 0.00009f |
#define MU 0.5f |
#define NUMFRAMES (TEST_LENGTH_SAMPLES / BLOCKSIZE) |
#define NUMTAPS 32 |
#define TEST_LENGTH_SAMPLES 1536 |
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 err_signal[32] |
float32_t errOutput[1536] |
|
extern |
float32_t firStateF32[32+ 32] |
arm_lms_norm_instance_f32 lmsNorm_instance |
|
extern |
float32_t lmsStateF32[32+ 32] |
arm_fir_instance_f32 LPF_instance |
|
extern |
float32_t wire1[32] |
float32_t wire2[32] |
float32_t wire3[32] |