-
instruction
matlab 5.3 命令集包含多种程序说明(THE instruction of matlab 5.3)
- 2009-10-26 10:36:48下载
- 积分:1
-
Polynomial
多项式编程,可以实现十项的matlab运算,可以运用于很多场合(Polynomial programming,the operation can be achieved 10)
- 2009-11-05 20:55:37下载
- 积分:1
-
SimplePendulum_LinearRegression
Calculating the acceleration due to gravity using linear regression method
- 2014-01-25 15:52:53下载
- 积分:1
-
Rayleigh_kron
说明: 通过利用Weichselberger模型产生瑞利衰落信道(rayleigh)
- 2010-03-30 10:18:06下载
- 积分:1
-
SmartAntennas
it is the file which consists of ofdm using matlab
- 2010-08-25 14:24:29下载
- 积分:1
-
DV-HOP
说明: 这是用MATLAB仿真平台,实现无线传感器网络定位算法仿真。(This is a MATLAB simulation platform, wireless sensor network localization algorithm simulation.)
- 2009-08-17 10:39:18下载
- 积分:1
-
Point_Jacobi
Heat equation with variable coeficients using Point Jacobi Method
- 2013-08-05 21:30:52下载
- 积分:1
-
find_nn
k近邻选取,在降维的时候需要构造邻接矩阵,需要选取近邻的个数(k neighborhood selection)
- 2020-11-12 18:09:44下载
- 积分: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
-
BMP
Simulation of Gaussian Beam Focused by a Lens Using BPM Paramters suggested for simulation
- 2012-05-13 22:35:22下载
- 积分:1