Searched refs:mean (Results 1 – 10 of 10) sorted by relevance
/cmsis-dsp-latest/Examples/ARM/arm_variance_example/ |
D | arm_variance_example_f32.c | 143 float32_t mean, oneByBlockSize; in main() local 163 arm_dot_prod_f32(testInput_f32, wire1, blockSize, &mean); in main() 169 arm_mult_f32(&mean, &oneByBlockSize, &mean, 1); in main() 177 arm_fill_f32(mean, wire2, blockSize); in main()
|
/cmsis-dsp-latest/Examples/ARM/arm_class_marks_example/ |
D | arm_class_marks_example_f32.c | 151 float32_t max_marks, min_marks, mean, std, var; variable 200 arm_mean_f32(testOutput, numStudents, &mean); in main() 213 printf("mean = %f, std = %f\n",(double)mean,(double)std); in main()
|
/cmsis-dsp-latest/Source/StatisticsFunctions/ |
D | arm_var_f32.c | 125 float32_t mean; in arm_var_f32() local 136 arm_mean_f32(pSrc,blockSize,&mean); in arm_var_f32() 137 avg = vdupq_n_f32(mean); in arm_var_f32() 168 in = in - mean; in arm_var_f32()
|
/cmsis-dsp-latest/ |
D | LICENSE | 9 "License" shall mean the terms and conditions for use, reproduction, 12 "Licensor" shall mean the copyright owner or entity authorized by 15 "Legal Entity" shall mean the union of the acting entity and all 23 "You" (or "Your") shall mean an individual or Legal Entity 26 "Source" form shall mean the preferred form for making modifications, 30 "Object" form shall mean any form resulting from mechanical 35 "Work" shall mean the work of authorship, whether in Source or 40 "Derivative Works" shall mean any work, whether in Source or Object 48 "Contribution" shall mean any work of authorship, including 62 "Contributor" shall mean Licensor and any individual or Legal Entity
|
/cmsis-dsp-latest/PythonWrapper/examples/ |
D | testdsp.py | 213 print(np.mean(a))
|
D | testdsp5.py | 400 ref = np.mean(sa)
|
D | Noise suppression.ipynb | 366 " w = window - np.mean(window)\n", 450 " mean=dsp.arm_mean_q15(window)\n", 451 " window=dsp.arm_offset_q15(window,-mean)\n", 536 " mean=dsp.arm_mean_q31(window)\n", 537 " window=dsp.arm_offset_q31(window,-mean)\n",
|
/cmsis-dsp-latest/Testing/ |
D | bench.txt | 39 Vector root mean square:test_rms_f32 110 Vector root mean square:test_rms_q31 148 Vector root mean square:test_rms_q15
|
D | bench_f16.txt | 39 Vector root mean square:test_rms_f16
|
/cmsis-dsp-latest/PythonWrapper/examples/kws_example/ |
D | kws.ipynb | 161 " w = w-np.mean(w)\n",
|