Fourier transform of sum of sinusoids

조회 수: 7 (최근 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 CenterFile Exchange에서 Calculus에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by