举一反三
- 信号x(t)的傅立叶变换X(f)称为信号的(A )
- 若x(t)的傅立叶变换是X(f),则x(kt)的傅立叶变换是()
- 求解常微分方程组<img src="http://img1.ph.126.net/B8qMozAYz7oEzmWV3LBSvg==/6597340246519736485.png" />, 应用的语句是? DSolve[{x'[t]+y[t]==Cos[t],y'[t]+x[t]==Sin[t]},{x,y},t]|DSolve[{x'[t]+y[t]==Cos[t],y'[t]+x[t]==Sin[t]},x[t],y[t],t]|DSolve[{x'[t]+y[t]==Cos[t],y'[t]+x[t]==Sin[t]},{x[t],y[t]},t]|DSolve[x'[t]+y[t]=Cos[t],y'[t]+x[t]=Sin[t],{x[t],y[t]},t]
- 已知信号x(t)的频谱为X(f),利用傅立叶变换的性质求5x(3t+5)的傅里叶变换。
- 若信号f(t)的傅立叶变换为F(ω),则F(t)的傅立叶变换等于f(ω)。()
内容
- 0
设\(z = f(x,y)\),\(x = \sin t\),\(y = {t^3}\),则全导数\( { { dz} \over {dt}} = \) A: \({f'_x} \sin t+ 3{t^2}{f'_y}\) B: \({f'_x} \cos t+ {t^2}{f'_y}\) C: \({f'_x} \cos t+ 3{t^2}{f'_y}\) D: \({f'_y} \cos t+ 3{t^2}{f'_x}\)
- 1
一空间曲线由参数方程x=t y=sin(2t) , -3<t<3z=cos(3t*t)表示,绘制这段曲线可以由下列哪组语句完成。 A: t=-3:0.1:3;x=t;y=sin(2*t);z=cos(3*t.*t);plot3(x, y, z, t) B: t=-3:0.1:3;x=t;y=sin(2*t);z=cos(3*t*t);plot3(x, y, z) C: t=-3:0.1:3;y=sin(2*t);z=cos(3*t.*t);plot3(x, y, z) D: t=-3:0.1:3;x=t;y=sin(2*t);z=cos(3*t.*t);plot3(x, y, z) E: x=-3:0.1:3;y=sin(2*x);z=cos(3*x.*x);plot3(x, y, z)
- 2
一空间曲线由参数方程x=ty=sin(2t) , -3<t<3z=cos(3t*t)表示,绘制这段曲线可以由下列哪组语句完成。? t=-3:0.1:3;x=t;y=sin (2*t);z=cos (3*t.*t);plot3(x, y, z)|t=-3:0.1:3;x=t;y=sin (2*t);z=cos (3*t*t);plot3(x, y, z)|t=-3:0.1:3;y=sin (2*t);z=cos (3*t.*t);plot3 (x, y, z)|t=-3:0.1:3;x=t;y=sin (2*t);z=cos (3*t.*t);plot3(x, y, z, t)
- 3
若x(t)傅立叶变换为X(f),则x(kt)的傅立叶变换为(1/k)X(f/k)
- 4
设函数$$y=y(x)$$由$$\left\{ \begin{matrix} x=a(t-\sin t), \\ y=a(1-\cos t) \\ \end{matrix} \right.$$确定,则$${y}''(x)=$$(). A: $$-\frac{1}{a(1-\cos t)}$$ B: $$-\frac{1}{a{{(1-\cos t)}^{2}}}$$ C: $$\frac{1}{a(1-\cos t)}$$ D: $$\frac{1}{a{{(1-\cos t)}^{2}}}$$