下载此文档

稳态误差分析实验报告 (2).docx


文档分类:高等教育 | 页数:约12页 举报非法文档有奖
1/12
下载提示
  • 1.该资料是网友上传的,本站提供全文预览,预览什么样,下载就什么样。
  • 2.下载该文档所得收入归上传者、原创者。
  • 3.下载的文档,不会出现我们的网址水印。
1/12 下载此文档
文档列表 文档介绍
1
稳态误差分析实验报告 (2)
(一) 稳定性试验报告
11电自四班 王旭 学号:29
(一)试验目的:
1)、生疏开环传递函数参数对系统稳定性的影响 2)、了解用于校正系统稳定性的串联一阶函数为:G1(s)=1/(s(+1)(+1)) II型系统的开环传递函数为:G1(s)=1/(s^2(+1)(+1))
1、求单位阶跃响应及稳态误差 MATLAB程序如下:
t=0::15;
[num1,den1]=cloop([1],[ 1]); [num2,den2]=cloop([1],[ 1 0]); [num3,den3]=cloop([1],[ 1 0 0]); y1=step(num1,den1,t); y2=step(num2,den2,t); y3=step(num3,den3,t); subplot(311);plot(t,y1); subplot(312);plot(t,y2); subplot(313);plot(t,y3); er1=1-y1(length(t)); er2=1-y2(length(t)); er3=1-y3(length(t)); 仿真图如下:



5
0 I II型系统的误差分别为:


2、求单位斜坡响应及稳态误差 MATLAB程序如下:
t=0::20; t1=0::100;
[num1,den1]=cloop([1],[ 1]); [num2,den2]=cloop([1],[ 1 0]); [num3,den3]=cloop([1],[ 1 0 0]); y1=step(num1,[den1 0],t1); y2=step(num2,[den2 0],t); y3=step(num3,[den3 0],t); subplot(311);plot(t1,y1,t1,t1); subplot(312);plot(t,y2,t,t); subplot(313);plot(t,y3,t,t); er1=t1(length(t1))-y1(length(t1)); er2=t(length(t))-y2(length(t)); er3=t(length(t))-y3(length(t));

仿真图如下:



0 I II型系统的误差分别为:


注:0型时er1=无穷大图中无法将时间量取到无穷大。
6
K=2时:
0型系统的开环传递函数为:G1(s)=2/(+1)(+1) I型系统的开环传递函数为:G1(s)=2/(s(+1)(+1)) II型系统的开环传递函数为:G1(s)=2/(s^2(+1)(+1))
1、求单位阶跃响应及稳态误差

MATLAB程序如下:
t=0::15;
[num1,den1]=cloop([2],[ 1]); [num2,den2]=cloop([2],[ 1 0]); [num3,den3]=cloop([2],[ 1 0 0]); y1=step(num1,den1,t); y2=step(num2,den2,t); y3=step(num3,den3,t); subplot(311);plot(t,y1); subplot(312);plot(t,y2); subplot(313);plot(t,y3); er1=1-y1(length(t)); er2=1-y2(length(t));

er3=1-y3(length(t));
仿真图如下:


0 I II型系统的误差分别为:

7

2、求单位斜坡响应及稳态误差 MATLAB程序如下:
t=0::20; t1=0::100;
[num1,den1]=cloop([2],[ 1]); [num2,den2]=cloop([2],[ 1 0]); [num3,den3]=cloop([2],[ 1 0 0]); y1=step(num1,[den1 0],t1); y2=s

稳态误差分析实验报告 (2) 来自淘豆网m.daumloan.com转载请标明出处.

相关文档 更多>>
非法内容举报中心
文档信息
  • 页数12
  • 收藏数0 收藏
  • 顶次数0
  • 上传人Alphago
  • 文件大小17 KB
  • 时间2022-06-29