• 2022-10-24 问题

    已知一个序列x(n)的z变换X(z)定义成[img=140x46]17e0bb90d234a43.jpg[/img]已知某数字系统的[img=191x22]17e0bb91a52fc70.jpg[/img],则单位脉冲响应h(n)= A: h(n)={1, 2, 0, 2, 1} , 0≤n≤4 B: h(n)={1, 2, 2, 1} , 0≤n≤3 C: h(n)={1, 2, 0, 2, 1} , 1≤n≤4 D: h(n)={1, 2, 2, 1} , 1≤n≤4

    已知一个序列x(n)的z变换X(z)定义成[img=140x46]17e0bb90d234a43.jpg[/img]已知某数字系统的[img=191x22]17e0bb91a52fc70.jpg[/img],则单位脉冲响应h(n)= A: h(n)={1, 2, 0, 2, 1} , 0≤n≤4 B: h(n)={1, 2, 2, 1} , 0≤n≤3 C: h(n)={1, 2, 0, 2, 1} , 1≤n≤4 D: h(n)={1, 2, 2, 1} , 1≤n≤4

  • 2022-10-24 问题

    已知一个序列x(n)的z变换X(z)定义成[img=140x46]17e4422545608da.jpg[/img]已知某数字系统的[img=191x22]17e442257956284.jpg[/img],则单位脉冲响应h(n)= A: h(n)={1, 2, 0, 2, 1} , 0≤n≤4 B: h(n)={1, 2, 2, 1} , 0≤n≤3 C: h(n)={1, 2, 0, 2, 1} , 1≤n≤4 D: h(n)={1, 2, 2, 1} , 1≤n≤4

    已知一个序列x(n)的z变换X(z)定义成[img=140x46]17e4422545608da.jpg[/img]已知某数字系统的[img=191x22]17e442257956284.jpg[/img],则单位脉冲响应h(n)= A: h(n)={1, 2, 0, 2, 1} , 0≤n≤4 B: h(n)={1, 2, 2, 1} , 0≤n≤3 C: h(n)={1, 2, 0, 2, 1} , 1≤n≤4 D: h(n)={1, 2, 2, 1} , 1≤n≤4

  • 2022-10-24 问题

    下列FIR系统中具有线性相位的是 A: h(n)=[1,2,2,1],0≤n≤3 B: h(n)=[1,2,1,-2,-1],0≤n≤4 C: h(n)=[1,2,1,2],0≤n≤3 D: h(n)=[1,2,0,-1,2],0≤n≤4

    下列FIR系统中具有线性相位的是 A: h(n)=[1,2,2,1],0≤n≤3 B: h(n)=[1,2,1,-2,-1],0≤n≤4 C: h(n)=[1,2,1,2],0≤n≤3 D: h(n)=[1,2,0,-1,2],0≤n≤4

  • 2021-04-14 问题

    以下程序的输出结果是( )。 struct HAR { int x, y; struct HAR *p;} h[2]; main(){ h[0].x=1; h[0].y=2; h[1].x=3; h[1].y=4; h[0].p=&h[1]; h[1].p=h; printf("%d %d\n",(h[0].p)->x,(h[1].p)->y); }

    以下程序的输出结果是( )。 struct HAR { int x, y; struct HAR *p;} h[2]; main(){ h[0].x=1; h[0].y=2; h[1].x=3; h[1].y=4; h[0].p=&h[1]; h[1].p=h; printf("%d %d\n",(h[0].p)->x,(h[1].p)->y); }

  • 2022-05-29 问题

    已知线性卷积x(n)*h(n)={-15, 4, -3, 13, -4, 3, 2}。x(n)和h(n)的6点圆周卷积和x(n)⑥h(n)为( )。 A: {-13, 4, -3, 13, -4, 3} B: {-15, 4, -3, 13, -4, 3, 2} C: {-15, 4, -3, 13, -4, 3} D: {-15, 4, -3, 13, -4, 3, 2}

    已知线性卷积x(n)*h(n)={-15, 4, -3, 13, -4, 3, 2}。x(n)和h(n)的6点圆周卷积和x(n)⑥h(n)为( )。 A: {-13, 4, -3, 13, -4, 3} B: {-15, 4, -3, 13, -4, 3, 2} C: {-15, 4, -3, 13, -4, 3} D: {-15, 4, -3, 13, -4, 3, 2}

  • 2022-06-07 问题

    下面哪段语句不会报错? 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 = 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);

  • 2022-06-07 问题

    下面哪段语句不会报错? 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);

    下面哪段语句不会报错? 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);

  • 2022-06-03 问题

    设序列x(n)={4, 3, 2, 1},另一序列h(n) ={0, 1,0,0},n=0, 1, 2, 3,则两者的线性卷积为( ) A: {4,7,9,10,7,3,1} B: {0, 4, 3, 2, 1, 0, 0} C: {4,9,9,10,6,3,2} D: {4,7,9,11,6,4,1}

    设序列x(n)={4, 3, 2, 1},另一序列h(n) ={0, 1,0,0},n=0, 1, 2, 3,则两者的线性卷积为( ) A: {4,7,9,10,7,3,1} B: {0, 4, 3, 2, 1, 0, 0} C: {4,9,9,10,6,3,2} D: {4,7,9,11,6,4,1}

  • 2021-04-14 问题

    【单选题】已知f(x)=5,g(x 1 ,x 2 ,x 3 )=x 1 , 其中x,x 1 ,x 2 ,x 3 均为自然数,新函数h可递归的构造如下:h(0,x) = f(x), 且h(S(n), x) = g(h(n,x),n,x),请按递归式进行计算下列式子,正确的是_____。 A. h(1 ,x) = 5 B. h(2 ,x) = 5+x C. h(3 ,x) = 5+2x D. h(4 ,x) = 5+3x

    【单选题】已知f(x)=5,g(x 1 ,x 2 ,x 3 )=x 1 , 其中x,x 1 ,x 2 ,x 3 均为自然数,新函数h可递归的构造如下:h(0,x) = f(x), 且h(S(n), x) = g(h(n,x),n,x),请按递归式进行计算下列式子,正确的是_____。 A. h(1 ,x) = 5 B. h(2 ,x) = 5+x C. h(3 ,x) = 5+2x D. h(4 ,x) = 5+3x

  • 2022-10-24 问题

    下列FIR系统中不有线性相位的是 ( ) A: h(n)=[1,2,2,1], 0≤n≤3 B: h(n)=[1,2,0,2,1], 0≤n≤4 C: h(n)=[1,2,1,2], 0≤n≤3 D: h(n)=[1,2,1,2,1], 0≤n≤4

    下列FIR系统中不有线性相位的是 ( ) A: h(n)=[1,2,2,1], 0≤n≤3 B: h(n)=[1,2,0,2,1], 0≤n≤4 C: h(n)=[1,2,1,2], 0≤n≤3 D: h(n)=[1,2,1,2,1], 0≤n≤4

  • 1 2 3 4 5 6 7 8 9 10