Abdallah
Followers: 0 Following: 0
Feeds
已回答
Expansion in a Fourier Series
clear clc syms t t0 = 0 T=3 w = 2*pi / T x= exp(-t) a0= (1/T)*int(x,t,t0,t0+T) for k=1:20 a(k)=(2/T)*int(x*cos(k*w*...
Expansion in a Fourier Series
clear clc syms t t0 = 0 T=3 w = 2*pi / T x= exp(-t) a0= (1/T)*int(x,t,t0,t0+T) for k=1:20 a(k)=(2/T)*int(x*cos(k*w*...
11 months 前 | 0