フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

I am getting an and bn in terms of t even though it is an integration with limits???

1 回表示 (過去 30 日間)
Stefanos
Stefanos 2022 年 12 月 13 日
閉鎖済み: John D'Errico 2022 年 12 月 13 日
for i = 1:N
for k= 2:length(flim)
an= (2/T)*int((f(k-1))*cos(N*w0*t)),t,flim(k-1),flim(k);
an(i)=an;
bn= (2/T)*int((f(k-1))*sin(N*w0*t)),t,flim(k-1),flim(k);
bn(i)=bn;
fs= (a0/2)+(an*cos(w0*N*t))+(bn*sin(w0*N*t));
end
end
an
bn
fs

回答 (0 件)

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by