登录
首页 » matlab » routhtablepaper

routhtablepaper

于 2009-08-03 发布 文件大小:222KB
0 282
下载积分: 1 下载次数: 0

代码说明:

说明:  利用Matlab编写程序实现以下功能:以多项式形式输入系统前向通路传递函数和反馈回路传递函数,计算系统开环增益,判定型别,根据控制系统劳斯稳定判据原理,列出得到的任意阶次系统的劳斯表,判定闭环系统稳定性,若不稳定给出具有正实部极点的数目。 (1)根据用户输入的稳定度a,计算稳定的开环增益K的范围; (2)确定系统的最大稳定度a,计算相应的开环增益K的值。 (The use of Matlab programming to achieve the following functions: polynomial in the form of input system transfer function to the path and feedback loop transfer function, system open-loop gain calculation to determine type, according to Routh stability criterion control system theory, has been listed in the system of arbitrary order Routh table to determine the stability of the closed-loop system, if the stability of a positive real part gives the number of poles. (1) According to the stability of the user to enter a, calculation of the stability of the open-loop gain of the scope of K (2) to determine the most stable system a, the calculation of the open-loop gain of the corresponding K value.)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • C4_5
    说明:  数据挖掘算法,分类树的C4.5算法,用于模式分类(data mining algorithms, the C4.5 classification tree algorithm for pattern classification)
    2021-01-01 11:18:58下载
    积分:1
  • mathcad
    说明:  MathCAD是美国Mathsoft公司推出的一个交互式的数学软件。该软件定位于向广大教师、学生、工程人员提供一个兼备文字处理、数学和图形能力的集成工作环境,使他们能方便地准备教案、完成作业和准备科学分析报告。在输入一个数学公式、方程组、矩阵之后,计算机能直接给出结果,而无须去考虑中间计算过程。在加入软件包自带的Maple插件后能直接支持符号运算。你可以在计算机上输入数学公式、符号和等式等,很容易地算出代数、积分、三角以及很多科技领域中的复杂表达式的值,并可显示数学表格和图形,通过对图形结果的分析,使我们对问题的理解更加形象。 在实际应用中,MathCAD好比是一个功能强大的计算器,它没有很复杂的规则;同时它也可以和Word等字处理软件很好地配合使用,所以也可以把它当作一个出色的全屏幕数学公式编辑器来使用。 Mathcad的用户主要针对具备应用数学知识但并不要求具有较多的计算机知识的用户,如工程研究人员、学生等。 (MathCAD is a Mathsoft Launches interactive mathematical software. The software is targeted to the vast numbers of teachers, students, engineers to provide a mix of word-processing, mathematics and graphics capabilities of the integrated working environment, so that they can make it easier to prepare lesson plans, homework and prepare for scientific analysis. In the importation of a mathematical formula, equations, matrices, the computer can directly give the result without the need to consider the middle of the calculation process. Before joining the Maple software package comes with plug-ins can directly support the operation symbol. You can enter a computer mathematical formula, such as symbols and equations, it is easy to calculate the algebra, Integral, Triangle, and many of the complex field of science and technology in the value of expression, and mathematical tables and graphics show through an analysis of the results of graphics so that our understanding of the issues more imag)
    2009-08-21 14:38:43下载
    积分:1
  • regiondivisionandcombination
    基于四叉树分解并且使用区域分离和合并的图像分割(based quadtree decomposition and the use of regional separation and integration of image segmentation)
    2006-12-21 17:58:12下载
    积分:1
  • Example-hsc-pegaia
    proramm for siemins s7 200 how to use encoder with plc
    2014-08-26 18:00:33下载
    积分:1
  • ROFfasongduanchengxu
    ROF系统发送端程序,包括编码以及一些必要的转换,处理过的信号可以直接在光纤中传输。(ROF system side program, including the necessary coding and conversion, the processed signals can be transmitted directly to the fiber.)
    2014-06-19 20:04:48下载
    积分:1
  • code-QAM
    this file give another type of generation of quadrature amplitude modulation
    2013-12-04 04:42:45下载
    积分:1
  • newmark
    newmark法求解结构的地震响应,用于建筑结构时程响应分析,可快速求解结构地震反应问题。(newmark method to solve the seismic response of structures used for building structures history response analysis, seismic response can be quickly solved the problem.)
    2015-02-08 06:41:02下载
    积分:1
  • vector1
    modelling and simulation of vector control of induction motors
    2014-02-10 23:28:12下载
    积分:1
  • chap_10
    MATLAB入门到精通第十章的全部实例的代码(Introduction to Mastery Chapter MATLAB all the code)
    2010-08-20 16:16:17下载
    积分:1
  • Signals-and-SystemsAnalysis-and-threalization-of-M
    1. 该光盘包含了“信号与系统分析及MATLAB实现”一书的第九章所有程序; 2. 为了方便读者阅读程序,所有程序均采用中文注释。MATLAB的程序编辑器不支持中文显示,用户只需在Word下直接打开源程序文件,即可阅读程序中的中文注释; 3. 程序文件的命名分为以下三种类型: (1) 若为书中例题的程序,则程序文件名一律以ex开头,后面跟4位数字(前两位表示章号,后两位表示例题序号)表示的该程序所在例题的编号。例如,ex0603.m是例6.3的程序,而ex1102.m则是例11.2的对应程序。 (2) 若为书中图形的实现程序,则程序文件名一律以figure开头,后面跟4位数字(前两位表示章号,后两位表示图形序号)表示的该程序所绘图形的编号。例如,figure1203.m是实现图12.3的程序,而figure0710.m则是实现图7.10的对应程序。 (3) 若为函数文件,则直接以函数名命名,例如文件sconv.m即是书中函数sconv()的对应程序。 ()
    2008-06-06 11:39:37下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载