what happen inside the fast fourier transform(fft) code ?
2 views (last 30 days)
Show older comments
i would like to know behind the code fft what was the process goes on..
0 Comments
Answers (1)
John D'Errico
on 15 Apr 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.
0 Comments
See Also
Categories
Find more on Fourier Analysis and Filtering in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!