Home
last modified time | relevance | path

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

/cmsis-dsp-latest/Examples/ARM/arm_linear_interp_example/
Darm_linear_interp_example_f32.c131 float32_t testLinIntOutput[TEST_LENGTH_SAMPLES]; variable
168 testLinIntOutput[i] = arm_linear_interp_f32(&S, testInputSin_f32[i]); in main()
179 snr2 = arm_snr_f32(testRefSinOutput32_f32, testLinIntOutput, 2); in main()