Fourier Series`of an Even function
Ältere Kommentare anzeigen
Why is a0 a value if pi when It shouldn't be?
%% Problem 17.5
display('Problem 17.5')
syms n t
Wo = 1;
T = 2*pi;
n = 1:10;
a0 = (1/T)*[int(-14,t,-pi,0) + int(7,t,0,pi)]
an = (2/T)*[int(-14*cos(n*Wo*t),-pi,0) + int(7*cos(n*Wo*t),0,pi)]
bn = (2/T)*[int(-14*sin(n*Wo*t),-pi,0) + int(7*sin(n*Wo*t),0,pi)]
3 Kommentare
Utkarsh Belwal
am 7 Okt. 2020
I am not understanding your issue, can you please tell your query again ?
Salik Mallick
am 7 Okt. 2020
Star Strider
am 11 Okt. 2020
See also an apparent duplicate: Fourier Series of Rectified Cosine Function
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Fourier Analysis and Filtering finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!