Hi,
I am a newbie to FPGA designs. I have few questions related to FFT mega core usage.
1. I am trying to implement FFT mega core with variable length at run time. I expect the data( number of samples) and number of points in FFT as an input. So with this input, FFT core needs to be dynamically configured. The size of FFT varies between (256 - 65536)
points.Is this feasible?? IF yes please suggest me.
2. The input to FFT mega core is expected to be in some txt files and the data is in binary fixed point format. How do I now interface the input in files to FFT mega core?? Kindly suggest.
Regards,
Ramya