针对普通滑模控制难以使稳态误差快速趋于0的确定,设计Terminal函数的滑模切换面,可以调整稳态误差趋于0的时间。使用了二阶系统进行仿真分析,利用S函数编写被控对象和基于指数趋近的滑模控制器,用simulik建立模型,并在分析结果中添加了跟踪误差及误差变化率等观测输出,含实现的模型和程序,完美运行,另外点击我的专栏“滑模控制”可以查看详细解析和推导,手把手带你学会滑模控制。
2022-09-14 18:08:30 27KB 控制器 算法 滑模控制 matlab
1
讲述了矩阵方程求解的定常迭代算法 - 经典(定常,不动点)迭代法: Jacobi/Gauss-Seidel,SOR,AOR等 - Krylov子空间迭代法: CG,MIRES,GMRES,BiCGStab等
2022-09-14 13:33:36 502KB 矩阵 迭代 求解
1
线性系统第三版及课后答案,应用非线性控制 非线性系统控制及解耦
2022-09-14 11:48:05 52.62MB 非线性 鲁棒
1
Linear algebra is relatively easy for students during the early stages of the course, when the material is presented in a familiar, concrete setting. But when abstract concepts are introduced, students often hit a brick wall. Instructors seem to agree that certain concepts (such as linear independence, spanning, subspace, vector space, and linear transformations), are not easily understood, and require time to assimilate. Since they are fundamental to the study of linear algebra, students' understanding of these concepts is vital to their mastery of the subject. David Lay introduces these concepts early in a familiar, concrete R n setting, develops them gradually, and returns to them again and again throughout the text so that when discussed in the abstract, these concepts are more accessible.
2022-09-13 15:48:16 21.83MB 线性代数
1
神经网络估计非线性函数matlab程序.txt
2022-09-13 15:05:18 3KB 神经网络 matlab
1
针对二阶倒立摆系统,将模型进行线性化,使用滑模理论设计控制器,含实现的模型和程序,完美运行,另外点击我的专栏“滑模控制”可以查看详细解析和推导,手把手带你学会滑模控制。
2022-09-12 14:05:46 26KB matlab 控制器
1
线性代数作为最为抽象的一门课,从初等数学到线性代数的思维跨度比微积分和概率统计要大得多。接触图形编程或机器学习等领域之后,会发现线性代数的应用无处不在,希望这本书可以帮助到广大程序员朋友们。
2022-09-11 09:13:22 137.7MB 数学 工具书
1
在文 中, 求解线性定常系统状态方程时, 计算冗长烦琐, 十分不便。本文以最新版MATLAB6.5 为基础, 给出应用MATLAB 求解状态方程的两种实现方法.为了方便使用, 这两种方法被分别编制成MATLAB 的函数形式, 求解状态方程时, 可直接调用, 使求解过程简便快捷。
2022-09-10 22:17:29 185KB MATLAB 状态方程
1
加入VGA模块、PLL锁相环
2022-09-09 19:05:54 25.24MB verilog
1
线性函数的分类的一个缺点就是只能做线性分割,因为线性函数(y=kx+b)之间无论怎么做线性组合,最后得到的还是线性函数y=kx+b,这样就不能完成类似异或问题这样的非线性分割。 那么怎么做非线性分割呢,其实中学中我们已经学过了二次曲线,二次曲线之所以能画出一个封闭的曲线,就是因为它的非线性,一方面是因为它的导数不是常数,另外一个方面,它的单调性也不是唯一的,也就是有曲线的拐点,这样就可以让曲线拐弯,最后和起点汇合形成封闭曲线。 我们观察最基本的圆方程: x^2 + y^2=1 我们如果引入函数f(t)=t^2,稍微改写一下这个式子,就可以得到: f(x)+f(y)=1 在这里,我们选择的函数是
2022-09-09 14:24:47 86KB gm id sigmoid
1