-
GDOP
雷达定位精度分析,绘制GDOP图,研究雷达布阵形式!(Radar positioning accuracy analysis, drawing GDOP maps, radar lineup in the form of research!)
- 2021-04-14 21:18:55下载
- 积分:1
-
机器手自适应控制 5个源码
包括5个资源,分别是:机械手滑模鲁棒控制示例,机器手自适应控制,机器人鲁棒PD控制,二自由度机械臂鲁棒轨迹跟踪控制,不确定性摩擦特性的不确定机械系统鲁棒补偿控制。
该资源对二自由度的机械臂仿真有极大的帮助!(It includes 5 resources, namely, manipulator sliding mode robust control example, robot hand adaptive control, robot robust PD control, two degree of freedom manipulator robust trajectory tracking control, uncertain friction characteristics of uncertain mechanical system robust compensation control.
The resource is of great help to the simulation of the two degree of freedom manipulator.)
- 2018-03-22 09:29:25下载
- 积分:1
-
emd
说明: EMD处理数据的全流程以及经验模态分解的一个经典例子(The whole process of EMD data processing and a classical example of empirical mode decomposition)
- 2020-06-25 08:00:02下载
- 积分:1
-
topnology
MATLAB做网络优化,先生成一个随机的邻接矩阵,然后画出改图。(MATLAB to do network optimization, sir into a random adjacency matrix, and then draw the reform plan.)
- 2010-09-03 23:43:12下载
- 积分:1
-
MATLAB_Collection
《MATLAB宝典》MATLAB入门的超强超全的使用工具书。(" MATLAB Collection" MATLAB Introduction to the use of super-ultra-wide tool.)
- 2010-11-27 18:35:26下载
- 积分:1
-
最速梯度法
说明: 在MATLAB中开发的最速梯度法算例(in MATLAB development of the steepest gradient method counting cases)
- 2005-12-14 19:29:50下载
- 积分:1
-
ARsuanfa
这是关于程控方面的一些东西,里面主要供运营商里面的学生学习(This is about SPC some things, it mainly for operators to the inside of the students learning
)
- 2013-01-07 15:21:09下载
- 积分:1
-
bv_cvxbook
book of Convex Optimization(Convex Optimization
Stephen Boyd
Department of Electrical Engineering
Stanford University
Lieven Vandenberghe
Electrical Engineering Department
University of California, Los Angeles)
- 2013-01-25 23:58:06下载
- 积分:1
-
An-Unequal-Clustering-Algorithm-
一种基于ARMA的WSN非均衡分簇路由算法(An Unequal Clustering Algorithm in Wireless Sensor Networks Based on ARMA)
- 2012-08-15 16:10:08下载
- 积分:1
-
equal-area-critirea
E=input( enter the generator voltage: )
V=input( enter the infinite bus voltage: )
Gx=input( enter the reactance of generator: )
L1x=input( enter the line reactance: )
L2x=input( enter the line reactance: )
L3x=input( enter the line reactance: )
L4x=input( enter the line reactance: )
Pi=input( enter the input power: )
X1=Gx+L1x+((L2x*L3x)/(L2x+L3x))+L4x
Pm1=E*V/X1
DO=asin(Pi/Pm1)
A=((L2x*L3x)/(2*(L2x+L3x)))
C=A
B=((L3x/2)^2)/(L2x+L3x)
X2=(Gx+L1x+A)+(L4x+A)+(Gx+L1x+A)*(A+L4x)/B
Pm2=(E*V)/X2
X3=Gx+L1x+L2x+L4x
Pm3=(E*V)/X3
DC=input( enter the fault clearing angle: )
Dm=(3.14-asin(Pi/Pm3))
a1=quad( sin ,DO,DC)
A1=(Pi*(DC-DO)-Pm2*a1)
a2=quad( sin ,DC,Dm)
A2=Pm3*a2-Pi*(Dm-DC)
if(A2>=A1)
disp( the system is stable )
else
disp( the system is unstable )
end
Dcc=acos((Pi*(Dm-DO)-Pm2*(cos(DO))+Pm3*(cos(Dm)))/(Pm3-Pm2))
disp( critical clearing angle: )
Dcc
- 2012-09-11 22:46:05下载
- 积分:1