Hi,
I'm just wondering what's the best approach to do some FFT and IFFT on Beagleboard-xM (is it DM3730?). I mean is it faster and easier to use just functions available through C6Accel or is it better to use some 3rd party library for FFT/IFFT and compile it to work with C6Run? Despite FFT I also need to do some numerical computation with Levenberg-Marquardt algorithm and I don't know if I could use C6Accel for signal processing and add to it my own code to do the LM optimization? Maybe there're some libraries provided by TI for LM non-linear least squares solutions? What approach is the best for my needs?
Thanks
Konrad