- 12
- 0
- 约1.99万字
- 约 7页
- 2016-10-16 发布于贵州
- 举报
离散时间系统的时特性分析(数字信号处理实验1答案),离散时间信号与系统,信号与系统实验,信号与系统实验报告,信号与系统matlab实验,信号与系统实验指导书,信号与系统实验箱,北理工信号与系统实验,信号与系统实验答案,信号与系统实验报告3
二程序框图
clf;
n=0:299;
x=cos(20*pi*n/256)+cos(200*pi*n/256);
num=[0.5 0.27 0.77];
den=[1 0 0];
y=filter(num,den,x);
subplot(2,1,1);
plot(n,x);
xlabel(时间信号n);
ylabel(信号幅度);
title(输入信号);
subplot(2,1,2);
plot(y);
xlabel(时间信号n);
ylabel(信号幅度);
title(输出信号);
clf;
n=0:299;
x=cos(20*pi*n/256)+cos(200*pi*n/256);
num=[0.45 0.5 0.45];
den=[1 -0.53 0.46];
y=filter(num,den,x);
subplot(2,1,1);
plot(n,x);
xlabel(时间信号n);
ylabel(信号幅度);
title(输入信号);
subplot(2,1,2);
plot(y);
xlabel(时间信号n);
ylabel(信号幅度);
title(输出信号);
n=40;
num=[0.5 0.27 0.77];
den=[1 0 0];
y=impz(num,den,n);
stem(y);
xlabel(时间信号n);
ylabel(信号幅度);
title(冲激响应);
grid;
n=40;
num=[0.45 0.5 0.45];
den=[1 -0.53 0.46];
y=impz(num,den,n);
stem(y);
xlabel(时间信号n);
ylabel(信号幅度);
title(冲激响应);
grid;
n=0:60;
a=2;
b=3;
x1=cos(20*pi*n/256);
x2=cos(200*pi*n/256);
x=a*x1+b*x2;
num=[0.45 0.5 0.45];
den=[1 -0.53 0.46];
y1=filter(num,den,x1);
y2=filter(num,den,x2);
y=filter(num,den,x);
yt=a*y1+b*y2;
subplot(2,1,1);
stem(n,y);
ylabel(信号幅度);
subplot(2,1,2);
stem(n,yt);
ylabel(信号幅度);
n=0:60;
D=10;
a=1;
b=1;
x=a*cos(20*pi*n/256)+b*cos(200*pi*n/256);
xd=[zeros(1,D) x];
num=[0.45 0.5 0.45];
den=[1 -0.53 0.46];
ic=[0 0];
y=filter(num,den,x,ic);
yd=filter(num,den,xd,ic);
N=length(y);
d=y-yd(1+D:N+D);
subplot(3,1,1);
stem(n,y);
ylabel(信号幅度);
title(输出y[n]);
grid;
subplot(3,1,2);
stem(n,yd(1:length(y)));
ylabel(信号幅度);
subplot(3,1,3);
stem(n,d);
xlable(时间序号n);
ylable(信号幅度);
title(差值信号);
grid;
letters and calls, and do practical things for the masses combine good, effective through reaching people at the service of the last mile. Third, foster the development of new energy, new General Secretary XI Jinping stressed development of innovation forest restructuring, revitalization of the old industrial bases in Northeast China is the States major strategy, Central has issued comprehensive opinions of revitalizing Northeast China and other old industrial bases, the CPC Central Committee on revi
您可能关注的文档
- 福建省福州八中214届高三第六次质检考试(数学理).doc
- 福建省福州八中214届高三第六次质检考试数学(文)试题.doc
- 福建省福州八中214届高三第六次质检考试化学试题.doc
- 福建省福州八中214届高三第六次质检考试文综试题.doc
- 福建省福州八中214届高三第六次质检考试理科综合试题.doc
- 福建省福州八中214届高三第六次质检考试语文试题.doc
- 福建省福州八中214届高三第六次质检考试英语试题.doc
- 福建省福州八中214届高三第四次质检考试化学试题 Word版含答案.doc
- 福建省福州八中214届高三第六次质检考试数学(理)试题.doc
- 福建省福州八中214届高三第四次质检考试数学文试题 Word版含答案.doc
- 2025年全国演出经纪人员资格认定考试试卷带答案(研优卷).docx
- 2025年全国演出经纪人员资格认定考试试卷完整版.docx
- 2025年全国演出经纪人员资格认定考试试题库及完整答案.docx
- 2025年全国演出经纪人员资格认定考试试卷完美版.docx
- 2025年全国演出经纪人员资格认定考试试卷含答案(实用).docx
- 2025年全国演出经纪人员资格认定考试试卷及答案(各地真题).docx
- 2025年下半年内江市部分事业单位公开考试招聘工作人员(240人)备考题库附答案.docx
- 2025年全国演出经纪人员资格认定考试试卷及答案1套.docx
- 2025年下半年四川成都市郫都区面向社会引进公共类事业单位人员2人备考题库最新.docx
- 2025年下半年内江市部分事业单位公开考试招聘工作人员(240人)备考题库附答案.docx
原创力文档

文档评论(0)