-
GUIDE-and-Simulink-Program
matlab界面编程,适合于界面编程的初学入门。(The introduction to the programmer of matlab.)
- 2013-10-08 15:08:40下载
- 积分:1
-
fftofwhitenoise
matlab编写的white noise的fft变换(matlab prepared fft transform of white noise)
- 2008-01-07 19:06:14下载
- 积分:1
-
gatsp1
matlab程序,遗传算法解决经典的TSP(旅行商)问题(Matlab procedures, genetic algorithm to solve the classic TSP salesman problem (TSP))
- 2007-03-13 09:28:36下载
- 积分:1
-
zishiyingMATLAB2
一共包括LMS,自适应陷波器,自适应RLS自适应算法等5种算法的MATLAB程序(Total, including LMS, adaptive notch filter, adaptive RLS adaptive algorithm, such as five kinds of procedures MATLAB algorithm)
- 2009-04-13 20:34:40下载
- 积分:1
-
GMDH
this is simple sample of Group Method of Data Handling(GMDH) neural network
main file: GMDH.m
- 2011-01-24 01:08:19下载
- 积分:1
-
analyzBufferWithMTI
radar matlab simulation
- 2011-10-01 14:03:56下载
- 积分:1
-
Runge-Kutta-numerical-integration
利用MATLAB进行龙格库塔数值积分求解微分方程(The use of MATLAB for solving differential equations Runge-Kutta numerical integration)
- 2014-11-13 13:51:39下载
- 积分: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
-
NM-PHI-curve
这个小程序是用matlab编写的可以用来计算截面N-M-PHI曲线的小程序(This little program is written in matlab can be used to calculate the cross section NM-PHI curve applet)
- 2011-01-19 22:28:44下载
- 积分:1
-
Article_FuzzyPIDcontrol
The advantage of static controllers is in their simple structure, however, their performance is not good. Therefore, in fact, the fundamental fuzzy controller is often combined with conventional ones (e.g., PID controller) to create a dynamic fuzzy controller to have higher control quality. there is an PIDFuzzycontroler example
- 2009-07-06 11:17:20下载
- 积分:1