1 信号与系统第三版郑君里课后习题答案 第一章习题参考解 1,判刑下列信号的类型 解:( )sin[ ( )];y tAx t 连续、模拟、周期、功率型信号
( )( )tty txed 连续、模拟、非周期、功率型信号
( )(2y nxn) 离散、模拟、非周期、功率型信号
( )( )y nnx n 离散、模拟、非周期、功率型信号
1-6,示意画出下列各信号的波形,并判断其类型
(1) 0( )sin()x tAt 连续、模拟、周期、功率型 (2) ( )tx tAe 连续、模拟、非周期、只是一个函数,不是物理量
(3) ( )cos0tx tett 连续、模拟、非周期、能量型 (4) ( )2112,x ttt 连续、模拟、非周期、能量型 (5) 4( )( ) ,0
5kx kk 离散、模拟、非周期、能量型 (6) 0( )
jkx ke 离散、模拟、周期、功率型 ( )sin[( )];( )()()(2);()()ttytAxtytxedynxnynnxn 2 1-6 题,1-4 图
t=-pi:1/200:pi; y1=1
5*sin(2*t+pi/6); subplot(4,1,1),plot(t,y1),title('1
5sin(2*t+pi/6)'),grid y2=2*exp(-t); subplot(4,1,2),plot(t,y2),title('2exp(-t)'),grid t1=0:1/200:2*pi; y3=10*exp(-t1)
*cos(2*pi*t1); subplot(4,1,3),plot(t1,y3),title('10exp(-t1)cos(2*pi*t1)'),