Home
last modified time | relevance | path

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

/cmsis-dsp-latest/Examples/ARM/arm_linear_interp_example/
Darm_linear_interp_example_f32.c92 #define TEST_LENGTH_SAMPLES 10 macro
101 float32_t testInputSin_f32[TEST_LENGTH_SAMPLES] =
114 float32_t testRefSinOutput32_f32[TEST_LENGTH_SAMPLES] =
126 float32_t testOutput[TEST_LENGTH_SAMPLES];
131 float32_t testLinIntOutput[TEST_LENGTH_SAMPLES];
157 for(i=0; i< TEST_LENGTH_SAMPLES; i++) in main()
166 for(i=0; i< TEST_LENGTH_SAMPLES; i++) in main()
/cmsis-dsp-latest/Examples/ARM/arm_fir_example/
Darm_fir_example_f32.c134 #define TEST_LENGTH_SAMPLES 320 macro
158 extern float32_t testInput_f32_1kHz_15kHz[TEST_LENGTH_SAMPLES];
159 extern float32_t refOutput[TEST_LENGTH_SAMPLES];
165 static float32_t testOutput[TEST_LENGTH_SAMPLES];
201 uint32_t numBlocks = TEST_LENGTH_SAMPLES/BLOCK_SIZE;
237 snr = arm_snr_f32(&refOutput[0], &testOutput[0], TEST_LENGTH_SAMPLES); in main()
/cmsis-dsp-latest/Examples/ARM/arm_signal_converge_example/
Darm_signal_converge_example_f32.c117 #define TEST_LENGTH_SAMPLES 1536 macro
124 #define NUMFRAMES (TEST_LENGTH_SAMPLES / BLOCKSIZE)
143 float32_t errOutput[TEST_LENGTH_SAMPLES];
167 extern float32_t testInput_f32[TEST_LENGTH_SAMPLES];
/cmsis-dsp-latest/Examples/ARM/arm_fft_bin_example/
Darm_fft_bin_example_f32.c100 #define TEST_LENGTH_SAMPLES 2048 macro
105 extern float32_t testInput_f32_10khz[TEST_LENGTH_SAMPLES];
106 static float32_t testOutput[TEST_LENGTH_SAMPLES/2];
/cmsis-dsp-latest/Examples/ARM/arm_class_marks_example/
Darm_class_marks_example_f32.c94 #define TEST_LENGTH_SAMPLES (20*4) macro
99 const float32_t testMarks_f32[TEST_LENGTH_SAMPLES] =
136 static float32_t testOutput[TEST_LENGTH_SAMPLES];