Home
last modified time | relevance | path

Searched refs:arm_snr_f32 (Results 1 – 18 of 18) sorted by relevance

/cmsis-dsp-latest/Examples/ARM/arm_linear_interp_example/
Darm_linear_interp_example_f32.c174 snr1 = arm_snr_f32(testRefSinOutput32_f32, testOutput, 2); in main()
179 snr2 = arm_snr_f32(testRefSinOutput32_f32, testLinIntOutput, 2); in main()
Dmath_helper.h48 float arm_snr_f32(float *pRef, float *pTest, uint32_t buffSize);
Dmath_helper.c62 float arm_snr_f32(float *pRef, float *pTest, uint32_t buffSize) in arm_snr_f32() function
/cmsis-dsp-latest/Examples/ARM/arm_convolution_example/
Dmath_helper.h48 float arm_snr_f32(float *pRef, float *pTest, uint32_t buffSize);
Darm_convolution_example_f32.c235 snr = arm_snr_f32((float32_t *)testRefOutput_f32, AxB, srcALen + srcBLen - 1); in main()
Dmath_helper.c62 float arm_snr_f32(float *pRef, float *pTest, uint32_t buffSize) in arm_snr_f32() function
/cmsis-dsp-latest/Examples/ARM/arm_signal_converge_example/
Dmath_helper.h48 float arm_snr_f32(float *pRef, float *pTest, uint32_t buffSize);
Dmath_helper.c62 float arm_snr_f32(float *pRef, float *pTest, uint32_t buffSize) in arm_snr_f32() function
/cmsis-dsp-latest/Examples/ARM/arm_matrix_example/
Dmath_helper.h48 float arm_snr_f32(float *pRef, float *pTest, uint32_t buffSize);
Darm_matrix_example_f32.c206 snr = arm_snr_f32((float32_t *)xRef_f32, X_f32, 4); in main()
Dmath_helper.c62 float arm_snr_f32(float *pRef, float *pTest, uint32_t buffSize) in arm_snr_f32() function
/cmsis-dsp-latest/Examples/ARM/arm_fir_example/
Dmath_helper.h48 float arm_snr_f32(float *pRef, float *pTest, uint32_t buffSize);
Darm_fir_example_f32.c237 snr = arm_snr_f32(&refOutput[0], &testOutput[0], TEST_LENGTH_SAMPLES); in main()
Dmath_helper.c62 float arm_snr_f32(float *pRef, float *pTest, uint32_t buffSize) in arm_snr_f32() function
/cmsis-dsp-latest/Examples/ARM/arm_graphic_equalizer_example/
Dmath_helper.h48 float arm_snr_f32(float *pRef, float *pTest, uint32_t buffSize);
Darm_graphic_equalizer_example_q31.c385 snr = arm_snr_f32(testRefOutput_f32, testOutput, TESTLENGTH); in main()
Dmath_helper.c62 float arm_snr_f32(float *pRef, float *pTest, uint32_t buffSize) in arm_snr_f32() function
/cmsis-dsp-latest/Testing/FrameworkSource/
DError.cpp504 float arm_snr_f32(float *pRef, float *pTest, uint32_t buffSize) in arm_snr_f32() function
742 snr = arm_snr_f32(ptrA, ptrB, pa.nbSamples()); in assert_snr_error()
758 snr = arm_snr_f32(&a, &b, 1); in assert_snr_error()