-
LeastSquaresAlgorithmDemo
最小二乘算法的简单例子,希望对大家有所帮助。(a simple of Least squares algorithm example, It may be Helpful.)
- 2010-12-28 10:32:50下载
- 积分:1
-
Design-algorithm-of-PID-controller
说明: 本文介绍了Ziegler-Nichois规则的PID控制器设计及其改进算法 ,并给出了基于MATLAB的实现方法和仿真。(This article describes the rules of Ziegler-Nichois PID controller design and its improved algorithms and implementation is presented based on MATLAB and simulation methods.)
- 2011-04-18 19:23:47下载
- 积分:1
-
MATLAB.doc
边界层厚度损失分析的matlab程序
很实用!(boundary layer thickness loss analysis Matlab procedure very practical!)
- 2007-01-10 15:29:38下载
- 积分:1
-
fcm_color
本程序为模糊聚类算法在图像分类中的应用。(图像的大小为30*30)。(This procedure for the fuzzy clustering algorithm in image classification applications. (Image size is 30* 30).)
- 2008-08-12 10:30:09下载
- 积分:1
-
S.-J.-Chapman-MATLAB-Programming
把matlab当成一种编程语言来教,向学生展现如何编写简洁高效,有充分根据的程序。(To matlab as a programming language to teach, to show students how to write simple and efficient, well-founded procedures.)
- 2011-08-01 17:35:29下载
- 积分:1
-
A_Path_Following_Robotic_Car
本文详细描述了基于matlab使用多种方式对路径进行跟踪的智能车仿真。包括多种模型的建立,误差分析算法等(A detailed description of the use of a variety of ways to track the path of the smart car simulation)
- 2013-12-04 13:39:51下载
- 积分:1
-
FaceRecognition
Face Recognition based on PLE dataset from CMU(Using Eigenfaces and Template matching)
- 2010-12-04 13:42:13下载
- 积分:1
-
page
说明: 这里面包含两个程序段,是学习SIMULINK的基础程序,很有借鉴意义,不学习的就不要浪费时间了(This procedure consists of two paragraphs which is the basis of SIMULINK learning process, referential significance, not to learn not to waste time on)
- 2009-08-12 11:58:22下载
- 积分: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
-
Based-Jpcap-data-analysis
基于JPcap的ip数据包的分析,详细讲解了完成数据捕获分析的过程,其中包含了JPcap基本类的使用
(Based on the analysis JPcap ip packet detail on the completion of the analysis of the data capture process, which includes the use of the basic classes JPcap Analysis of IP data packet based on JPcap, explain in detail the process of data capture and analysis, including the use of JPcap basic class)
- 2013-12-04 11:04:14下载
- 积分:1