Fourier Series of a function the is exponential

2 次查看(过去 30 天)
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