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

2 ビュー (過去 30 日間)
swarnalakshmi N
swarnalakshmi N 2017 年 4 月 15 日
回答済み: John D'Errico 2017 年 4 月 15 日
i would like to know behind the code fft what was the process goes on..

回答 (1 件)

John D'Errico
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.

カテゴリ

Help Center および File ExchangeFourier Analysis and Filtering についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by