搜索资源列表
floyd_warshall
- 用C语言实现最短路径算法中的Floyd-Warshall算法,这个算法可以用来解决信号处理中的一些问题。floyd_warshall.c是源程序;distance_2.txt文件存放图中各点之间的距离,以99999表示无穷大;floyd.txt文件是输出文件,其中存放各轮得到的输出矩阵,以及最后得到的各点间最短距离,如果有负回路则返回FALSE。-C language shortest path algorithm of Floyd-Warshall algorithm, The algorit
OSE_Code.rar
- 《Optimal State Estimation - Kalman, H Infinity, and Nonlinear Approaches》 一书的配套源码,包括了Kalman Filter、Hinf Filter、Particle Filter等的Matlab源码,《Optimal State Estimation- Kalman, H Infinity, and Nonlinear Approaches》source code,including Matlab code of Kalm
hinfcontrol.rar
- 针对H无穷大控制,附加Matlab程序,进行解说,英文原文,For H infinity control, additional Matlab procedures explained, the original English text of
pendul
- 三阶倒立摆的鲁棒控制算法,包含了H infinity control 和mu analysis 算法,并进行了比较,很好的程序,值得分享。-Robust order inverted pendulum control algorithm, including the H infinity control and mu analysis algorithm, and compared, a very good program, worth sharing.
在matlab simulink上搭的一个H-H模型
- 自己根据所学在matlab simulink上搭的一个H-H模型,可以通过施加不同电刺激,模拟细胞膜上神经电位的变化-Their own knowledge in matlab simulink based on the ride of a HH model, can be subject to different electrical stimulation to simulate the changes in the membrane of nerve action potential
Mapack_for_NET
- Mapack可用来做矩阵运算 Mapack is a .NET class library for basic linear algebra computations. It supports the following matrix operations and properties: Multiplication, Addition, Subtraction, Determinant, Norm1, Norm2, Frobenius Norm, Infinity Norm, Rank,
3_9
- 使用模糊控制来实现单级倒立摆的控制仿真。使用了sugeno 模型来完成-The use of fuzzy control to achieve a single-stage inverted pendulum control simulation. Sugeno model used to complete the
swarm
- 粒子群算法详细的程序,埃及人wael korani写的采用粒子群算法(pso)代码调用simulink模型优化pid参数,与大家共享-PID and State Feedback Control of DC Motors
compareestimators-1
- A Labview program which compares LMS,H infinity, a Kalman Filter and recursive Least Squares (RLS). The source is there for them all.
STRSCNE
- 给出变量的上下边界、初值和代价函数,能够搜索代价函数最小值时的变量取值。属于带约束的优化算法,可以用来求算非线性方程组。-STRSCNE is a Matlab code for constrained nonlinear systems of equations F(x)=0 l<=x<=u where F: R^n--> R^n, l and u a
rom
- Descr iption: Programme to Print first 100 Ramanujan Numbers by TWO WAYS 1st way is printing Ramunajan Numbers from RN taking RN from 0 to INFINITY and print first 100 numbers. 2nd way is to clacualte RN numbers from L M N P of formula
stewart
- Stewart platform, classic model with PID controller
kalma_infinity
- This program helps in kalman hi infinity filter learning-This program helps in kalman hi infinity filter learning
rocket
- 一个六自由度火箭的鲁棒控制程序,该程序鲁棒H infinity control, robust loop shaping control 和mu analysis control三种不同的控制算法,并与火箭的非线性模型仿真结果进行了对比。-A six DOF robust control rocket program that robust H infinity control, robust loop shaping control and mu analysis control of th
robustnote
- 《鲁棒控制》课堂笔记-3-H无穷控制理论.比较详细的笔记-" Robust Control" class notes-3-H infinity control theory. More detailed notes
hinf_m
- H-infinity Control Example, robust control
New-folder-(3)
- matlab code for h infinity filter.
H-infinity-control
- 非线性切换Hmilton系统H-infinity控制,关于这个研究内容的matlab仿真代码-The matlab simulation code of H-infinity control of nonlinear switched Hamiltonian systems
matlabH-infinity
- H无穷鲁棒控制器的一些广义系统建立方法,包括直接建立和利用matlab自带函数建立-Some generalized system H infinity robust controller establishing method, including direct creation and use matlab carrying function to create
H_example
- 基于LMI算法的倒立摆状态反馈H∞控制器设计(State Feedback H infinity controller design based lmi approach)