-
OFDM
A Matlab code to simulate an OFDM with zero padding
- 2013-10-07 01:45:14下载
- 积分: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
-
基于Matlab 编写的 LSTM源程序
说明: 基于Matlab 编写的 LSTM源程序,仅供学习参考。(Matlab code of LSTM for learning and communication.)
- 2019-10-04 23:54:19下载
- 积分:1
-
MATLABimagedata
matlab版图像数字处理这本书的配套代码(digital image processing matlab version of the book code matching)
- 2009-05-24 23:36:12下载
- 积分:1
-
MATLAB-environment-of-single
MATLAB environment of single neuron adaptive real-time control systemMATLAB environment of single neuron adaptive real-time control system(MATLAB environment of single neuron adaptive real-time control system)
- 2012-04-14 12:20:22下载
- 积分:1
-
jjj
Extended Kalman Filter MATLAB code
- 2013-08-18 15:32:50下载
- 积分:1
-
ls_AR
时间序列分析,采用了最小二乘(LS)与自回归(AR)的组合模型,并用MATLAB将其实现(Time series analysis, using a least-squares (LS) and autoregressive (AR) model combination and its implementation using MATLAB)
- 2013-09-10 11:13:58下载
- 积分:1
-
laser-resonator
用fox-li数值迭代法模拟模拟激光谐振腔的振荡过程并计算最终的稳态分布(Using fox-li iterative numerical simulation simulate laser resonator oscillation process and calculate the final steady-state distribution)
- 2013-10-19 10:56:31下载
- 积分:1
-
chap5
刘金坤智能控制理论与应用这本书里课后每章的MATLAB源代码(Liujin Kun intelligent control theory and application of each chapter in this book after school MATLAB source code)
- 2015-03-28 15:05:00下载
- 积分:1
-
sigshift
说明: 此程序用语计算信号的位移是用MATLAB编写的,是一函数的形式可以直接调用
(Term this procedure the calculation of the displacement signal is prepared MATLAB is a function of the form can be directly called)
- 2008-11-16 16:56:09下载
- 积分:1