Untitled411.m
很简单的一个小程序t=-4:0.1:4; T=2; w=2*pi/T; xt=1/2*square(w*t,50); x=fft(xt); subplot(1,2,1); stem(t,real(x)); subplot(1,2,2); stem(t,imag(x)); xr=ifft(x); figure; stem(t,real(xr));
下载地址
用户评论