-
SingleInvertedPendulum
:运用牛顿动力学方法对单级倒立摆系统进行了数学建模,并对基于经典控制理论的PID控制方
法、基于最优控制理论的LQR控制方法,以及基于模糊控制理论的模糊控制方法进行了仿真对比分析
研究,其分析结果对该方向的研究具有理论指导意义(: Application of Newton)
- 2007-08-27 10:47:22下载
- 积分:1
-
ex
说明: 基于matlab的自适应分段阈值分割,根据直方图自动寻峰自动分割(Matlab based on adaptive sub-threshold segmentation, according to the histogram peak automatic automatic segmentation)
- 2009-05-06 13:14:44下载
- 积分:1
-
iomux-mx3
various IOMUX output functions.
- 2014-10-17 11:02:59下载
- 积分:1
-
Computing-quantum-eigenvalues
一维量子力学(经典的哈密顿算符表征)的特征值计算论文含matlab程序,PDF+m文件(One-dimensional quantum mechanics (classical Hamiltonian characterization) Computation of eigenvalues of paper containing matlab program, PDF+m file)
- 2013-04-19 00:13:16下载
- 积分:1
-
A-Guide-to-MATLAB-for-Beginners-and-Experienced-U
A Guide to MATLAB for Beginners and Experienced Users - Hunt Lipsman & Rosenberg
- 2011-12-12 04:12:57下载
- 积分:1
-
the-guidance-of-S-Funtion-in-Matlab
阐述了S-Funtion的功能,如何使用,可以用C语言等程序编写自己的S-Funtion。扩展自己的Simulink性能。(Expound the fution of S-Funtion,and how to use it.you also can use C to make your own S-Funtion.So,you can expand the performance of Simulink.)
- 2013-05-06 10:52:36下载
- 积分:1
-
Kalman
Kalman 滤波 和曲线拟合 之间的对比试验(Kalman filtering and comparison test between the curve fitting)
- 2013-12-25 11:32:05下载
- 积分:1
-
IDW
说明: 反距离权重法主要依赖于反距离的幂值,幂参数可基于距输出点的距离来控制已知点对内插值的影响。(The inverse distance weight method mainly depends on the power value of the inverse distance, and the power parameter can control the influence of known points on the interpolation based on the distance from the output point.)
- 2019-11-26 21:39:05下载
- 积分:1
-
1
说明: 卷积码维特比译码器设计输出完整电路进行误码率分析(Convolutional code Viterbi decoder integrated circuit design of the output bit error rate analysis)
- 2010-01-18 14:18:33下载
- 积分:1
-
diguishenjing
递归算法 [1 1 1 1 1 0 1 0 0 0 1 0 0 0 0 1 1 0 0 0 1 1 1 0 0 1 1 1 1 0]
t=[0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1]
给权值赋初值
w1=eye(5,10)
w2=eye(10,5)
wr=eye(10,10)/3
wobias=eye(6,5)/4
wbias=eye(6,10)/3
x=ones(6,10)/3
ww2=zeros(10,5)/6
ww1=zeros(5,10)/6
wwr=zeros(10,10)/6
wwobias=zeros(6,5)/5
wwbias=zeros(6,10)/4
g=[1 1 1 1 1]
f=[1 1 1 1 1 1 1 1 1 1] (Recursive algorithm)
- 2011-05-21 16:44:22下载
- 积分:1