-
fcqj
matlab方程求解,包括代数方程(组)求解,其他求解工具,常微分方程求解,偏微分方程求解初步等(matlab equations, including algebraic equation (s) to solve, solve other tools for solving ordinary differential equations, partial differential equations to solve the initial and other)
- 2011-04-19 16:18:52下载
- 积分:1
-
Rayleigh-fading-in-MRC
Rayleigh in MRC scheme
- 2013-09-01 17:20:10下载
- 积分:1
-
face-demo
It is for Face Recognition
- 2009-04-28 22:41:16下载
- 积分:1
-
synchrogram
Code for synchronization research. You can make synchrogram from two phase data.
- 2013-07-13 10:10:32下载
- 积分:1
-
program-sin
Sinus programming For Matlab
- 2012-11-25 12:16:55下载
- 积分:1
-
LMS_RLS
编程实现LMS,RLS算法,参数可调,非常好用(The programming realizes the LMS, RLS algorithm, the parameter adjustable, is easy to use )
- 2010-05-23 20:03:31下载
- 积分:1
-
c2
说明: Induction motor modelling and several other modelling have been submitted here use it enjoy it.......
- 2012-08-02 11:28:17下载
- 积分:1
-
bezier
用matlab实现的bezier n阶三角曲面生成算法(Generation algorithm implemented by matlab bezier n-order triangular surfaces)
- 2014-12-02 20:48:23下载
- 积分:1
-
loglik.m
matlab code log MLE fitting
- 2011-04-20 16:38:26下载
- 积分: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