Hello,
I have one issue for calculating FFT on EVE. I am using the vcop_fft_npt_16ix32o_wrapper.c on EVE and have read, that FFT functionality of EVE can calculating internally with 32 bits. Now I want to scale the input values with 16 bit.
When I look at the FFT-function vcop_fft_512_16ix16o_kernel.c in vcop_fft_npt_16ix16o_wrapper.c, I can find a scaling array. But in vcop_fft_512_16ix16o_32inter_kernel.c of vcop_fft_512_16ix16o_32inter_kernel.c, no scaling parameter are there.
What is the reason for missing scaling, when I use FFT with 16 bit input and 32 bit output? It is possible to add scaling functionality?
I am not sure about differences between vcop_fft_512_16ix16o_32inter_kernel.c and vcop_fft_512_16ix32o.c. The second C-File use just stage 5. Fact is, that vcop_fft_npt_16ix32o_wrapper.c use for calculating in stages 1-4 FFT vcop_fft_512_16ix16o_32inter_kernel.c and in stage 5 vcop_fft_512_16ix32o.c.
I hope you can help me.
Regards,
Lukas Ploch