Info
この質問は閉じられています。 編集または回答するには再度開いてください。
Plotting The Spectrum for Fourier Series Coefficients
1 回表示 (過去 30 日間)
古いコメントを表示
%% Problem 1
display('Problem 1')
syms n t
Wo = pi;
T = 2;
n = 1:10;
a0=(1/T)*(int(t,t,0,1))
an= (2/T)*(int(t*cos(n*Wo*t),0,1))
bn=(2/T)*(int(t*sin(n*Wo*t),0,1))
1 件のコメント
KALYAN ACHARJYA
2020 年 10 月 1 日
https://www.mathworks.com/matlabcentral/answers/602197-fourier-series-for-a-periodic-function?s_tid=prof_contriblnk
回答 (0 件)
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!