Home
last modified time | relevance | path

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

/cmsis-dsp-latest/Source/TransformFunctions/
Darm_bitreversal_f16.c45 uint16_t fftSize,
51 uint16_t fftSize, in arm_bitreversal_f16() argument
61 fftLenBy2 = fftSize >> 1U; in arm_bitreversal_f16()
62 fftLenBy2p1 = (fftSize >> 1U) + 1U; in arm_bitreversal_f16()
Darm_bitreversal.c34 uint16_t fftSize,
48 uint16_t fftSize, in arm_bitreversal_f32() argument
58 fftLenBy2 = fftSize >> 1U; in arm_bitreversal_f32()
59 fftLenBy2p1 = (fftSize >> 1U) + 1U; in arm_bitreversal_f32()
Darm_rfft_f32.c50 uint16_t fftSize,
Darm_cfft_radix2_f32.c46 uint16_t fftSize,
Darm_cfft_radix2_f16.c52 uint16_t fftSize,
Darm_cfft_radix4_f32.c33 uint16_t fftSize,
Darm_cfft_radix4_f16.c35 uint16_t fftSize,
/cmsis-dsp-latest/Examples/ARM/arm_fft_bin_example/
Darm_fft_bin_example_f32.c111 uint32_t fftSize = 1024; variable
138 arm_cmplx_mag_f32(testInput_f32_10khz, testOutput, fftSize); in main()
141 arm_max_f32(testOutput, fftSize, &maxValue, &testIndex); in main()