-
gei-fh84
三相光伏逆变并网的仿真,有详细的注释,计算晶粒的生长,入门级别程序。( Three-phase photovoltaic inverter and network simulation, There are detailed notes, Calculation of growth, entry-level program grain.)
- 2017-03-30 17:52:23下载
- 积分:1
-
chap_8
MATLAB7.0入门到精通第八章的全部实例的MATLAB代码(MATLAB7.0 entry to master all the examples of Chapter XIII of MATLAB code)
- 2010-08-20 16:23:54下载
- 积分:1
-
matlab
this is rls RLS, adaptivefilter
- 2010-11-15 12:09:07下载
- 积分:1
-
PlaneFrameElementStiffness
有限元PlaneFrameElement的matlab程序(FEA matlab PlaneFrameElement)
- 2013-10-12 23:17:28下载
- 积分: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
-
LightingColorFilterTest
Lighting Color Filter Test extends Test Case Source Code for Andriod.
- 2013-12-16 10:59:15下载
- 积分:1
-
GMSK
基于matlab的gmsk信号的调制,采用查表算法(Matlab-based signal of GMSK modulation, the use of look-up table algorithm)
- 2021-04-12 12:38:57下载
- 积分:1
-
Matlab_shuzhifenxi
说明: matlab与数值分析,研究生入门基本知识,对于后期科研工作的开展意义重大,分享下!(matlab)
- 2010-04-21 21:40:39下载
- 积分:1
-
DVB-T2-CSP-03-01-00
BBC开发的DVB-T2系统的matlab通用仿真平台,编码的每步结果都输出在特定的TXT文件,可以用作结果验证!(BBC developed the DVB-T2 system Matlab simulation platform, every step of the coding results are output in a specific TXT file can be used for results validation.)
- 2012-03-21 19:53:22下载
- 积分:1
-
MATLAB-Fibonacci
写一个MATLAB函数fibo.m来计算Fibonacci数列,其定义如下: fibo(n+2)=fibo(n+1)+fibo(n) 此数列的初始条件如下:fibo(1)=0,fibo(2)=1。(Fibo.m write a MATLAB function to calculate the Fibonacci sequence, which is defined as follows: fibo (n+2) = fibo (n+1)+fibo (n) the initial conditions in this series are as follows: fibo (1) = 0, fibo (2) = 1.)
- 2014-12-12 06:07:28下载
- 积分:1