matlab fourier series plot的相關文章
matlab fourier series plot的相關公司資訊
matlab fourier series plot的相關商品

Fourier Series - Research in Scientific Computing in Undergraduate Education
瀏覽:1429
日期:2025-05-03
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...看更多