Home
last modified time | relevance | path

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

/cmsis-dsp-latest/Examples/ARM/arm_fft_bin_example/
Darm_fft_bin_example_f32.c105 extern float32_t testInput_f32_10khz[TEST_LENGTH_SAMPLES];
134 arm_cfft_f32(&varInstCfftF32, testInput_f32_10khz, ifftFlag, doBitReverse); in main()
138 arm_cmplx_mag_f32(testInput_f32_10khz, testOutput, fftSize); in main()
Darm_fft_bin_data.c47 float32_t testInput_f32_10khz[2048] = variable