經安全檢測,此網站為安全網站,請放心前往原始網址!

Fourier Series - Research in Scientific Computing in Undergraduate Education

fk(j) = quad(C,-1,1,); end plot(k, fk); This first code is used to calculate the coefficients to be used later. function F = reconstruction(y,fk,k) for x = 1:length(y) F(x) = 0; for j= 1:length(k) F(x) = F(x) + fk(j)*exp(1i*k(j)*y(x)*pi); end end end This s

compmath.files.wordpress.com

網址安全性掃描由 google 提供