信号采样 matlab实现.docVIP

  • 32
  • 0
  • 约2.48千字
  • 约 8页
  • 2018-05-10 发布于四川
  • 举报
X(t)的时域信号 syms x; f=sym(cos(2/3*pi*x)); ezplot(f,[0,40]); 采样信号及频域波形 w=-pi:0.01*pi:pi; n=0:40; x=cos(2/3*pi*n); X=x*exp(-j*n*w); subplot(211); stem(n,x,filled); xlabel(n); title(x[n]); subplot(212); plot(w/pi,X); 过采样: w=-pi:0.01*pi:pi; n=0:40; x=cos(2/3*pi*n); X=x*exp(-j*n*w); subplot

文档评论(0)

1亿VIP精品文档

相关文档