In the root-locus method the actual time response of a system can be obtained by means of _____.A、the inverse Fourier transformB、the inverse Laplace transformC、the Fourier transformD、the Laplace transform

题目
In the root-locus method the actual time response of a system can be obtained by means of _____.

A、the inverse Fourier transform

B、the inverse Laplace transform

C、the Fourier transform

D、the Laplace transform


相似考题
参考答案和解析
参考答案:B
更多“In the root-locus method the actual time response of a system can be obtained by means of _____. ”相关问题
  • 第1题:

    24、假设A类有如下定义,设a是A类的一个实例,下列语句调用哪个是错误的? class A { int i; static String s; void method1() { } static void method2() { } }

    A.System.out.println(a.i);

    B.a.method1();

    C.A.method1();

    D.A.method2();


    id method1() { }

  • 第2题:

    "假设A类有如下定义,设a是A类的一个实例,下列语句调用哪个是错误的? class A { int i; static String s; void method1() { } static void method2() { } }"

    A.System.out.println(a.i);

    B.a.method1();

    C.A.method1();

    D.A.method2();


    A.method1();

  • 第3题:

    假设A类有如下定义,设a是A类的一个实例,下列语句调用哪个是错误的?() class A { int i; static String s; void method1() { } static void method2() { } }

    A.System.out.println(a.i);

    B.a.method1();

    C.A.method1();

    D.A.method2()


    A解析:根据UML类图的作图要求,可以解出答案。

  • 第4题:

    阅读下列代码,选出该代码段正确的文件名()。 class A{ void method1(){ System.out.println("Method1 in class A"); } } public class B{ void method2(){ System.out.println("Method2 in class B"); } public static void main(String[] args){ System.out.println("main() in class B"); } }

    A.java

    B.A.class

    C.B.java

    D.B.class


    D解析:while的循环控制条件可以为“true”,run方法没有返回值,所以不能是int型,故此程

  • 第5题:

    假设A类有如下定义,设a是A类的一个实例,下列语句调用哪个是错误的? class A{ int i; static String s; void method1() { } static void method2() { } }

    A.System.out.println(a.i);

    B.a.method1();

    C.A.method1();

    D.A.method2()


    A.method1();

  • 第6题:

    【单选题】利用()可以取得系统当前时间(毫秒)。

    A.System.getTime()

    B.System.currentTimeMillis()

    C.System.getDate()

    D.System.time()


    System.currentTimeMillis()