-
Kalmanfiltering_theory_and_practice_using_MATLAB
matlab英文教材:卡尔曼滤波的方法与实践(matlab English materials: Kalman filtering method and practice)
- 2010-12-07 02:18:18下载
- 积分:1
-
Interpolation
本程序包内用matlab编写数值计算方法中的插值的源代码,包括Newton插值法,拉格朗日插值法,在mainInt.m文件中测试,并与拟合函数进行比较。供学习数值计算的程序员参考。(This program package using matlab numerical method of interpolation of the source code, including the Newton interpolation, Lagrange interpolation method, tested in mainInt.m file, and compare with the fitting function. For learning numerical Programmer s Reference.)
- 2013-08-31 11:23:29下载
- 积分: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
-
3
模糊数学聚类的matlab程序原代码,可用以对离散数据进行分类,综合评价。(Fuzzy clustering matlab program source code, can be used to classify the discrete data, comprehensive evaluation.)
- 2014-02-23 13:40:57下载
- 积分:1
-
LTE_init_generate_users.m
Get a cell assignment matrix of LTE user
- 2012-04-18 16:06:38下载
- 积分:1
-
music
频率估计的根MUSIC方法.y ->数据向量 n -> 模型阶数 m -> 矩阵阶数 w <- 频率谱估计(The Root MUSIC method for frequency estimation.)
- 2013-12-05 13:14:17下载
- 积分:1
-
MATLABcode
基于小波数字图像处理MATLAB源代码 例如压缩提取 噪声水印提取等(Wavelet-based digital image processing such as compression MATLAB source code extracted watermark extraction, such as noise)
- 2009-04-13 10:04:07下载
- 积分:1
-
GM1_1
灰色系统GM(1,1)模型及其检验,用于时间序列预测(grey system GM(1,1)model and its testing,can be used to predict)
- 2009-12-06 02:17:40下载
- 积分:1
-
apf12
说明: 电力有源滤波器仿真电路图子电路图之三,算法是经典的dq0算法(APF circuit simulation circuit-ter, the algorithm is the classic dq0 Algorithm)
- 2005-12-05 11:04:30下载
- 积分:1
-
3busconejoIL
interruptible load deterministic
- 2013-07-12 18:38:21下载
- 积分:1