Consider the following sequence: x(n)={3,-6,5,-1,0,7,8}, -1≤n≤5.suppose the sequence y(n)=x(-n-2),then y(0)=______ , y(-2)=______ , y(-4)=______ , y(-6)=______ , y(2)=______ .
举一反三
- 已知y(n)+2ay(n-1)+by(n-2)=0,y(0)=0,y(1)=3,y(2)=6,y(3)=36,求y(n)。
- 下面哪段语句不会报错? A: x = ones(1,4);nh = 0:2;h = (nh+1)* ones(1,3);n=0:5;y=conv(x,h);stem(n,y); B: x = [1 2 3];h = ones(1,5);n=0:7;y=conv(x,h);stem(n,y); C: x = ones(1,5);nh = 0:2;h = (nh+1).* ones(1,3);n=0:6;y=conv(x,h);stem(n,y);
- 下面哪段语句不会报错? A: x = [1 2 3];h = ones(1,5);n=0:7;y=conv(x,h);stem(n,y); B: x = ones(1,4);nh =0:2;h = (nh+1) ones(1,3);n=0:5;y=conv(x,h);stem(n,y); C: x = ones(1,5);nh =0:2;h = (nh+1). ones(1,3);n=0:6;y=conv(x,h);stem(n,y);
- 设点数为4 的序列x(n)=2nR4(n),y(n)为x(n)的一圆周移位:y(n)=x(n-2),则y(1)=( ) A: 0 B: 2 C: 4 D: 6
- 设 X ~ N(3, 12),Y ~ N(2, 4),且 X,Y 独立,则 X − Y ~ N(1, 8) .