Forum Discussion
Altera_Forum
Honored Contributor
12 years ago --- Quote Start --- Hi, i want to find the peaks after FFT, and i need to find the magnitudes of source_real and source_imag in order to find the peaks... how to achieve this? --- Quote End --- mag = square root(re^2+im^2). if too much resource is needed then use cordic algorithm.