필터 지우기
필터 지우기

Fourier Series of a function the is exponential

조회 수: 2 (최근 30일)
Salik Mallick
Salik Mallick 2020년 10월 4일
편집: Salik Mallick 2020년 10월 7일
Is there a Fourier Series for this function ?
graph is only showing y = 1
%% Problem 17.1_e
display('Problem 17.1_e')
syms t
A = 1.00;
B = exp(-t*pi*i);
C = exp(-t*pi*2*i)/2;
D = exp(-t*pi*3*i)/3;
f = A + B + C + D
ezplot(f,[0,(5*pi)/2]), grid on

답변 (1개)

Bjorn Gustavsson
Bjorn Gustavsson 2020년 10월 4일
Think about this question like this:
What is the Fouriertransform of a harmonically varying signal with constant amplitude and frequency?
How does that Fourier-transform vary with frequency and phase-shift?
When you've answered those two questions you will be able to extend the answer to your signal.
HTH
  댓글 수: 1
Salik Mallick
Salik Mallick 2020년 10월 7일
편집: Salik Mallick 2020년 10월 7일
Hello Mr. Gustavsson,
Please reference a few youtube videos for a better understanding of your own question. Thank you.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Linear Algebra에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by