-
huiguifa
回归法做图像变化检测。有图片有结果,有论文说明,可参照使用。(Regression method to do the image change detection. The outcome of a picture, a paper note, reference may be used.)
- 2011-05-29 12:59:50下载
- 积分: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
-
kay
经典的Kay写得数字信号处理的matlab代码,很有意义,分享(Designed for practicing electrical engineers, researchers, and advanced students, this text is a thorough, up-to-date introduction to optimizing detection algorithms for implementation on digital computers.
For a full book description and ordering details please refer to http://www.mathworks.com/support/books/book1505.jsp
)
- 2012-02-10 13:46:27下载
- 积分:1
-
模糊C均值聚类的代码FCM
自己实现的,模糊C均值聚类的代码,在K-mean上添加了隶属度矩阵。注释详细,方便理解算法步骤(my implementation, Fuzzy C-Means clustering code in the K-mean adding a membership matrix. Notes detailed, easy to understand algorithm steps)
- 2020-07-08 09:48:56下载
- 积分:1
-
suanfa
采用MVM,MUSIC,MEM,MNM四种方法进行空间谱估计(adopt MVM,MUSIC,MEM,MNM to estimate target space spectrum)
- 2011-07-13 00:48:00下载
- 积分:1
-
MCP
最大团问题,matlab程序,无程序说明
(Maximum clique problem)
- 2013-06-27 21:18:44下载
- 积分:1
-
多材料热接触的传热分析
说明: 基于ANSYS的多材料热接触的传热分析的命令流(Command Flow for Heat Transfer Analysis of Multi-material Thermal Contact Based on ANSYS)
- 2020-06-16 19:40:01下载
- 积分:1
-
CELL2
using matlab to draw antenna beam pattern
- 2009-06-25 14:02:03下载
- 积分:1
-
DSBF
delay and sum beamforming algorithm
- 2007-04-09 05:57:25下载
- 积分:1
-
OLPP_MatlabCode
OLPP for matlab, Good code for you!(OLPP for Matlab, Good code for you!)
- 2007-06-12 22:53:24下载
- 积分:1