-
Matlab-simulation-of-ground-faults
介绍了配电网不同接地方式的特点,利用MATLAB的电力系统仿真平台,搭建了10kv配电网的模型(Power Ground Fault Simulation)
- 2011-04-19 17:22:59下载
- 积分:1
-
MATLAB
统计中方差分析和判别分析的MATLAB实现程序(Statistical analysis of variance and discriminant analysis in MATLAB)
- 2013-03-07 21:17:56下载
- 积分:1
-
LP
说明: 井筒参数的计算,盐穴储气库中的注采井的井筒的相关参数计算(Wellbore parameter calculation, salt cavern gas storage in the wellbore injection wells calculate the relevant parameters)
- 2013-11-06 00:13:37下载
- 积分:1
-
BPSK_Simulation
BPSK modulation in matlab
- 2013-12-04 00:28:24下载
- 积分:1
-
GradientAdaptiveLaguerreLatticeFilter
Gradient Adaptive Laguerre Lattice Filter(
Description: Implements the order recursive adaptive laguerre filter from Fejzo and Lev-Ari (1997). Advantages:
*Fewer parameter to model than FIR filters modeling long impulse responses
*guaranteed stability, unique global minimum, small number of parameter for prescribed modelling error
*numerically robust & and low computational complexity ( O(M) ).
*Fast convergence (RLS equivalent) with no apriori learning rate required
*Order recursive, so filter coefficients are uncorrelated with each other, allowing for modular implementation.
Setting the pole parameter to 0 yields the standard classical gradient adaptive FIR algorithm.
Includes simple example on cross-talk resistant echo cancellation to show how to use it.
)
- 2009-11-19 11:49:44下载
- 积分:1
-
LS_SVMlab1.5
least square SVM toolbox
- 2009-12-13 14:11:59下载
- 积分:1
-
ber_8psk_sim
实现8psk的simlation仿真,其输入输出很全。(used to simalate the 8psk function)
- 2014-11-06 20:27:41下载
- 积分:1
-
y7572030039
主要是vblast的检测算法的研究,主要讲的是检测算法的分析,非常有用(Mainly vblast test algorithm, the main stress is the detection method of analysis, very useful)
- 2010-05-18 16:08:08下载
- 积分:1
-
xinpianjiance
基于图像的电路板芯片自动识别检测代码,matlab编的,希望和大家多多交流(Circuit board chip image automatic identification based on the code, matlab code, and we hope more exchanges with you)
- 2014-09-05 10:03:54下载
- 积分: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