实验10 离散信号的时域描述与运算.pptVIP

  • 74
  • 0
  • 约2.34千字
  • 约 33页
  • 2017-05-05 发布于湖北
  • 举报
实验10 离散信号的时域描述与运算

实验10 离散信号的时域描述与运算 ;实验目的:;一、离散时间信号的时域描述;实验原理:;常用离散信号的MATLAB表示;clear all x = -3:5 ; y1 = u(x) ; y2 = delta(x) ; subplot(2,1,1) stem(x,y1,fill) ; xlabel(n) ; grid on ; axis([-3 5 -0.1 1.1]) ; subplot(2,1,2) stem(x,y2,fill) ; xlabel(n) ; grid on ; axis([-3 5 -0.1 1.1]) ;;3、矩形序列;4、单边指数序列;从实验图可知,当 时,单边指数序列发散;;5、正弦序列;6、复指数序列;二、离散时间信号基本运算;序列的平移、反转;例1:;a = 0.8 ; N = 8 ; n = -12:12 ; f1 = a.^n ; f2 = u(n)-u(n-N) ; x1 = f1.*f2 ; n1 = n ; n2 = n1-3 ; n3 = n1+2 ; n4 = -n1 ; subplot(4,1,1) stem(n1,x1,fill) ; grid on; title(x1(n)) ; axis([-15 15 0 1]) ; subplot(4,1,2) stem(n2,x1,fill) ; grid on; title(x2(

文档评论(0)

1亿VIP精品文档

相关文档