Re: [問題] 傅立葉級數問題

看板Mathematica作者 (▽.(▽×▽φ)=0)時間10年前 (2014/04/24 20:43), 10年前編輯推噓1(100)
留言1則, 1人參與, 最新討論串2/2 (看更多)
※ 引述《sweetycool (tina)》之銘言: : http://ppt.cc/QKcl : 想問一下這樣的分段週期函數,可以用mathmatica算出來嗎? : 謝謝 Clear[f, a0, an, bn] f[t_] = UnitStep[t] - UnitStep[t - 1]; a0 = f[0] an = FourierCosCoefficient[f[t], t, n, FourierParameters -> {-1, \[Pi]}] bn = FourierSinCoefficient[f[t], t, n, FourierParameters -> {-1, \[Pi]}] m = 11; F[t_] = a0/2 + \!\( \*UnderoverscriptBox[\(\[Sum]\), \(n = 1\), \(m\)]\(an\ Cos[ n\ \[Pi]\ t]\)\) + \!\( \*UnderoverscriptBox[\(\[Sum]\), \(n = 1\), \(m\)]\(bn\ Sin[ n\ \[Pi]\ t]\)\) Plot[{f[t], F[t]}, {t, -2, 3}, AspectRatio -> Automatic] -- ※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 140.109.112.96 ※ 文章網址: http://www.ptt.cc/bbs/Mathematica/M.1398343408.A.C8C.html ※ 編輯: Frobenius (140.109.112.96), 04/24/2014 20:52:07

04/25 15:02, , 1F
感恩,不過我設m=∞時顯示出的數值還是亂碼
04/25 15:02, 1F
文章代碼(AID): #1JMGRmoC (Mathematica)
討論串 (同標題文章)
本文引述了以下文章的的內容:
完整討論串 (本文為第 2 之 2 篇):
文章代碼(AID): #1JMGRmoC (Mathematica)