/cmsis-dsp-latest/Examples/ARM/arm_linear_interp_example/ |
D | arm_linear_interp_example_f32.c | 174 snr1 = arm_snr_f32(testRefSinOutput32_f32, testOutput, 2); in main() 179 snr2 = arm_snr_f32(testRefSinOutput32_f32, testLinIntOutput, 2); in main()
|
D | math_helper.h | 48 float arm_snr_f32(float *pRef, float *pTest, uint32_t buffSize);
|
D | math_helper.c | 62 float arm_snr_f32(float *pRef, float *pTest, uint32_t buffSize) in arm_snr_f32() function
|
/cmsis-dsp-latest/Examples/ARM/arm_convolution_example/ |
D | math_helper.h | 48 float arm_snr_f32(float *pRef, float *pTest, uint32_t buffSize);
|
D | arm_convolution_example_f32.c | 235 snr = arm_snr_f32((float32_t *)testRefOutput_f32, AxB, srcALen + srcBLen - 1); in main()
|
D | math_helper.c | 62 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/ |
D | math_helper.h | 48 float arm_snr_f32(float *pRef, float *pTest, uint32_t buffSize);
|
D | math_helper.c | 62 float arm_snr_f32(float *pRef, float *pTest, uint32_t buffSize) in arm_snr_f32() function
|
/cmsis-dsp-latest/Examples/ARM/arm_matrix_example/ |
D | math_helper.h | 48 float arm_snr_f32(float *pRef, float *pTest, uint32_t buffSize);
|
D | arm_matrix_example_f32.c | 206 snr = arm_snr_f32((float32_t *)xRef_f32, X_f32, 4); in main()
|
D | math_helper.c | 62 float arm_snr_f32(float *pRef, float *pTest, uint32_t buffSize) in arm_snr_f32() function
|
/cmsis-dsp-latest/Examples/ARM/arm_fir_example/ |
D | math_helper.h | 48 float arm_snr_f32(float *pRef, float *pTest, uint32_t buffSize);
|
D | arm_fir_example_f32.c | 237 snr = arm_snr_f32(&refOutput[0], &testOutput[0], TEST_LENGTH_SAMPLES); in main()
|
D | math_helper.c | 62 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/ |
D | math_helper.h | 48 float arm_snr_f32(float *pRef, float *pTest, uint32_t buffSize);
|
D | arm_graphic_equalizer_example_q31.c | 385 snr = arm_snr_f32(testRefOutput_f32, testOutput, TESTLENGTH); in main()
|
D | math_helper.c | 62 float arm_snr_f32(float *pRef, float *pTest, uint32_t buffSize) in arm_snr_f32() function
|
/cmsis-dsp-latest/Testing/FrameworkSource/ |
D | Error.cpp | 504 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()
|