Other Parts Discussed in Thread: FFTLIB
Hi,
I am working on C6678 Custom board,my task is to perform FFT using DSPLIB function on all l cores of C6678 in parallel.Input data for FFT is a digitized sine wave of 10Khz coming from FPGA (vertex7) over Ethernet.Kindly suggest efficient algorithm to accomplish this task.My confusion is that since data is coming continuously then how data management and FFT computation will be managed by cores?
Regards