what happen inside the fast fourier transform(fft) code ?

3 visualizaciones (últimos 30 días)
swarnalakshmi N
swarnalakshmi N el 15 de Abr. de 2017
Respondida: John D'Errico el 15 de Abr. de 2017
i would like to know behind the code fft what was the process goes on..

Respuestas (1)

John D'Errico
John D'Errico el 15 de Abr. de 2017
MathWorks does not give out details of compiled code, at least unless you are an employee.
At most, you can read the doc for ifft.
doc ifft
In there, you will see that it probably just calls fft. And fft provides references that you can read.
doc fft
I'm afraid we can't give you much more than that.

Categorías

Más información sobre Fourier Analysis and Filtering en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by