Fourier transform of sum of sinusoids

3 ビュー (過去 30 日間)
Walid
Walid 2021 年 5 月 12 日
コメント済み: Walid 2021 年 5 月 12 日
can i approximate the Fourier Transform of a finite sum of sine, or is there an apprximation of the finite sum of sine. the sommation is sin(w1t) + sin(w2t) + sin(w3t).

採用された回答

Paul
Paul 2021 年 5 月 12 日
The exact Fourier transform can be found as:
syms w1 w2 w3 t w
f(t)=sin(w1*t)+sin(w2*t)+sin(w3*t);
F(w)=fourier(f(t),t,w)
F(w) = 

その他の回答 (1 件)

Walid
Walid 2021 年 5 月 12 日
thank you !
but the summation include sin(w1t) + sin(w2t) + sin(w3t). and not w1, 2w, 3w.
  1 件のコメント
Walid
Walid 2021 年 5 月 12 日
thanks,
of course, the integration is with respect to the time 't', sin(w1*t)+sin(w2*t)+sin(w3*t)

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

カテゴリ

Help Center および File ExchangeDiscrete Fourier and Cosine Transforms についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by