• 2022-07-23
    在使用函数square产生方波信号时,下列哪个代码能够产生幅度为1的单极性,占空比为1/2,周期为8的周期方波信号。( )
    A: t=-10:0.01:10; y=square(2*pi*t/4,25)/2+0.5;
    B: t=-10:0.01:10; y=square(2*pi*t/8,25)/2+0.5;
    C: t=-10:0.01:10; y=square(2*pi*t/8,50)/2+0.5;
    D: t=-10:0.01:10; y=square(2*pi*t/4,50)/2+0.5;
  • C

    内容

    • 0

      在0~4π 区间绘制y=5cos(10t+π/3)关系曲线,下述哪个程序正确? A: t=0:4*pi, y=5cos(10t+pi/3) B: t=0:0.1:4π, y=5*cos(10*t+π/3) C: t=0:4π, y=5*cos(10*t+π/3) D: t=0:0.1:4*pi, y=5*cos(10*t+pi/3)

    • 1

      中国大学MOOC: 下列程序的运行结果是( )。x=0:pi/100:2*pi;for n=1:2:10 plot(n*sin(x),n*cos(x)) hold onendaxis square

    • 2

      曲线$\left\{ \matrix{ {x^2} + {y^2} + {z^2} = 9 \cr y = x \cr} \right.$的参数方程为( ). A: $$\left\{ \matrix{ x = \sqrt 3 \cos t \cr y = \sqrt 3 \cos t \cr z = \sqrt 3 \sin t \cr} \right.(0 \le t \le 2\pi )$$ B: $$\left\{ \matrix{ x = {3 \over {\sqrt 2 }}\cos t\cr y = {3 \over {\sqrt 2 }}\cos t \cr z = 3\sin t \cr} \right.(0 \le t \le 2\pi )$$ C: $$\left\{ \matrix{ x = \cos t\cr y = \cos t\cr z = \sin t \cr} \right.(0 \le t \le 2\pi )$$ D: $$\left\{ \matrix{ x = {{\sqrt 3 } \over 3}\cos t\cr y = {{\sqrt 3 } \over 3}\cos t \cr z = {{\sqrt 3 } \over 3}\sin t\cr} \right.(0 \le t \le 2\pi )$$

    • 3

      一振幅为A、周期为T、波长为λ平面简谐波沿X负向传播,在X=(1/2)λ处,t=T/4时振动相位为π,则此平面简谐波的波动方程为:() A: y=Acos(2πt/T-2πx/λ-1/2π) B: y=Acos(2πt/T+2πx/λ+1/2π) C: y=Acos(2πt/T+2πx/λ-1/2π) D: y=Acos(2πt/T-2πx/λ+1/2π)

    • 4

      对两个周期信号x(t)和y(t),下列对和信号x(t)+y(t)说法正确的是。 A: 和信号一定是周期信号。 B: 若x(t)与y(t)的周期分别为2和2,其和信号是周期信号。 C: 若x(t)与y(t)的周期分别为2和,和信号是周期信号。 D: 若x(t)与y(t)的周期分别为2和3,和信号是周期信号。