Hi Guys,
i have two questions, on which i need help.
1st: In the application Report for FFT-Implementation (SPRABB6B), the arrays for in-/output are placed in DARAM. Is ist possible to create larger arrays in SARAM and use them with the FFT-coprocessor? Which pragma-command is neccessary to put the array in SARAM?
2nd: Due to the HWAFFT can only work with 1024 point complex values, i want to split my array of 8096 complex values into eight ones with 1024 complex values. Therefore i only need to do the bit reversal, seperate the even/odd values and do the same procedure again, until i receive the final lenght. After doing the FFT in the i combine them again by using the Radix-2 Butterfly for so many stages, till i reach my final size of 8096 values again. Is this way of acting correct so far?
Thanks a lot