信号实验第一次作业.doc

  1. 1、本文档共10页,可阅读全部内容。
  2. 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
信号实验第一次作业

y1 = 1 5 9 13 17 10 n1 = 1 2 3 4 5 6 y2 = 0 6 20 42 72 0 n2 = 1 2 3 4 5 6 y3 = 1 3 5 7 9 n3 = 4 5 6 7 8 y4 = 10 8 6 4 2 n4 = -6 -5 -4 -3 -2 y5 =25 y6 =945 ex =165 Dt=0.00005; t=-0.005:Dt:0.005; xa=exp(-1000*abs(t)); Wmax=2*pi*2000; K=500; k=0:1:K; W=k*Wmax/K; Xa=xa*exp(-j*t*W)*Dt; Xa=real(Xa); W=[-fliplr(W),W(2:501)]; Xa=[fliplr(Xa),Xa(2:501)]; subplot(2,2,1); plot(t*1000,xa); xlabel(time(millisecond));ylabel(xa(t)); title(anolog signal); subplot(2,2,2); plot(W/(2*pi*1000),Xa*1000); xlabel(frequency(kHZ)); ylabel(xa(jw)); title(FT); Ts=0.001; n=-25:1:25; x=exp(-1000*abs(n*Ts)); K=500;k=0:1:K;w=pi*k/K; X=x*exp(-j*n*w); X=real(X); w=[-fliplr(w),w(2:K+1)]; X=[fliplr(X),X(2:K+1)]; subplot(2,2,3); stem(n*Ts*1000,x); xlabel(time(millisecond)); gtext(Ts=0.2ms); ylabel(x1(n)); title(discrete signal); subplot(2,2,4); plot(w/pi,X); xlabel(frequency(radian)); ylabel(x1(jw));title(DTFT); [x1,n1]=impseq(-2,-5,5) [x2,n2]=impseq(4,-5,5) x=2*x1-x2 subplot(1,1,1); stem(n1,x); xlabel(n); ylabel(x(n)); axis([-6,6,-5,5]); grid n=-0:50; x=cos(0.04*pi*n) subplot(2,1,1); stem(n,x); xlabel(n); ylabel(x(n)); axis([0,50,-2,2]); y=cos(0.04*pi*n)+0.2*randn(size(n)) subplot(2,1,2); stem(n,y); xlabel(n); ylabel(y(n)); axis([0,50,-2,2]); [u1,n]=stepsep(0,-20,20); [u2,n]=stepsep(10,-20,20); h=((0.9).^(n)).*u1 x=u1-u2; [y,ny]=conv_m(x,n,h,n) stem(ny,y); xlabel(n); ylabel(y(n)); axis([-1,32,-1,9]); w=-2*pi:2*pi/100:2*pi; x1=cos(x); x2=[1 -2 3]; y=conv(x1,x2); h1=freqz(x1,1,w); h2=freqz(x2,1,w); hp=h1.*h2; h3=freqz(y,1,w); subplot(2,2,1); plot(w/pi,abs(hp));grid; subplot(2,2,2); plot(w/pi,abs(h3));grid; subplot(2,2,3); plot(w/pi,angle(hp));grid; subplot(2,2,4); plot(w/pi,angle(h3));grid; w=-pi:2*pi/255:pi;wo=0.4*pi; num1=[4 5 6 7 8 9];L=

文档评论(0)

haihang2017 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档