what happen inside the fast fourier transform(fft) code ?
3 次查看(过去 30 天)
显示 更早的评论
i would like to know behind the code fft what was the process goes on..
0 个评论
回答(1 个)
John D'Errico
2017-4-15
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 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Fourier Analysis and Filtering 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!