フィルターのクリア

How can I compute fourier coefficient?

2 ビュー (過去 30 日間)
Ghazal Hnr
Ghazal Hnr 2017 年 3 月 10 日
コメント済み: Ghazal Hnr 2017 年 3 月 10 日
Hi I have a pulse and I want to compute the first 20 fourier coefficient of it. Would anyone help me to do this?

採用された回答

Image Analyst
Image Analyst 2017 年 3 月 10 日
f = fft(yourSignal);
f20 = f(1:20); % Extract first 20 coefficients.
  1 件のコメント
Ghazal Hnr
Ghazal Hnr 2017 年 3 月 10 日
oooo it has a code ?? thank you !!!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

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