【单选题】【消耗次数:1】
已知系统的开环传递函数为,则该系统的开环增益为()。
50
25
10
5
参考答案:
复制
纠错
相关题目
【单选题】 已知系统的开环传递函数为,则该系统的开环增益为()。
①  100
②  1000
③  20
④  不能确定
【单选题】 已知负反馈系统的开环传递函数为,则该系统的闭环特征方程为()。
① 
② 
③ 
④  与是否为单位反馈系统有关
【单选题】 已知系统的开环传递函数为<imgwidth="92"height="44"src="http://wljy.whut.edu.cn//uploadfiles/word/zdkzll002.files/image022.png">,则该系统的开环增益为()。
①  50
②  25
③  10
④  5
【单选题】 已知系统的开环传递函数为<imgwidth="103"height="44"src="http://wljy.whut.edu.cn//uploadfiles/word/zdkzll002.files/image054.png">,则该系统的开环增益为()。
①  100
②  1000
③  20
④  不能确定
【单选题】 若某负反馈控制系统的开环传递函数为,则该系统的闭环特征方程为()。
① 
② 
③ 
④  与是否为单位反馈系统有关
【单选题】 系统的传递函数,则系统的增益为()
①  5
②  2
③  10
④  1
【单选题】 系统的传递函数,则系统的增益为()
①  0.5
②  5
③  3
④  0.3
【单选题】 已知某些系统的开环传递函数如下,属于最小相位系统的是()
①  <imgwidth="62"height="44"src="../uploadfiles/word/zdkzll002.files/image027.png">
②  <imgwidth="70"height="44"src="../uploadfiles/word/zdkzll002.files/image028.png">
③  <imgwidth="80"height="44"src="../uploadfiles/word/zdkzll002.files/image029.png">
④  <imgwidth="58"height="44"src="../uploadfiles/word/zdkzll002.files/image030.png">
【单选题】 已知单位反馈系统的开环传递函数为,当输入信号是时,系统的稳态误差是()
①  0;
②  ∞;
③  10;
④  20
【单选题】 已知单位反馈系统的开环传递函数为,当输入信号是时,系统的稳态误差是()
①  0
② 
③  10
④  20
随机题目
【单选题】 与结构成员访问表达式p->name等价的表达式是( )。
①  p.name
②  (*p).name
③  *p.name
④  *(p->name)
【单选题】 下面正确的函数原型语句是( )。
①  int Function(void a);
②  void Function(int);
③  int Function(a);
④  void int(double a);
【单选题】 在下面的( )不能作为函数的返回类型。
①  void
②  int
③  new
④  long
【单选题】 函数调用func((exp1,exp2),exp3*exp4-exp5)中所含实参的个数为( )个。
①  1
②  2
③  4
④  5
【单选题】 表示文件结束符的符号常量为( )。
①  eof
②  Eof
③  EOF
④  feof
【单选题】 假定一个结构类型的定义为“struct D{int a;union{int b;double c;};D* d[2];};”,则该类型的大小为( )字节。
①  20
②  24
③  28
④  32
【单选题】 假定有“struct BOOK{char title[40];float price;};struct BOOK *book;”,则不正确的语句为( )。
①  struct BOOK *x=malloc(book);
②  struct BOOK x={“C++ Programming”,27.0};
③  struct BOOK *x=malloc(sizeof(BOOK));
④  struct BOOK **x=
【单选题】 在#include命令中不可以包含( )。
①  头文件
②  程序文件
③  用户头文件
④  目标文件
【单选题】 假定一个结构类型的定义为“struct A{int a,b;A* c;};”,则该类型的长度为( )。
①  8
②  10
③  12
④  16
【单选题】 从一个数据文件中读入以换行符结束的一行字符串的函数为( )。
①  gets()
②  fgets()
③  getc()
④  fgetc()