Microchip® Advanced Software Framework

arm_signal_converge_data.c File Reference
#include <compiler.h>
#include "arm_math.h"

Variables

const float32_t FIRCoeff_f32 [32]
 
float32_t lmsNormCoeff_f32 [32]
 
float32_t testInput_f32 [1536]
 

const float32_t FIRCoeff_f32[32]
Initial value:
= {
0.004502, 0.005074, 0.006707, 0.009356, 0.012933, 0.017303, 0.022298, 0.027717,
0.033338, 0.038930, 0.044258, 0.049098, 0.053243, 0.056519, 0.058784, 0.059941,
0.059941, 0.058784, 0.056519, 0.053243, 0.049098, 0.044258, 0.038930, 0.033338,
0.027717, 0.022298, 0.017303, 0.012933, 0.009356, 0.006707, 0.005074, 0.004502
}

Referenced by main().

float32_t lmsNormCoeff_f32[32]
Initial value:
= {
-0.004240, 0.002301, 0.008860, -0.000000, -0.019782, -0.010543, 0.032881, 0.034736,
-0.037374, -0.069586, 0.022397, 0.102169, 0.014185, -0.115908, -0.061648, 0.101018,
0.101018, -0.061648, -0.115908, 0.014185, 0.102169, 0.022397, -0.069586, -0.037374,
0.034736, 0.032881, -0.010543, -0.019782, -0.000000, 0.008860, 0.002301, -0.004240
}

Referenced by main().

float32_t testInput_f32[1536]