-
GMSK_matlab
GMSK调制解调例程,采用了相位滤波的算法,供参考。(GMSK modulation and demodulation routines, using phase filtering algorithm, for reference.)
- 2009-12-28 11:51:39下载
- 积分:1
-
Fading_CDMA
Simulation program to realize DS-CDMA system
- 2010-05-12 11:08:14下载
- 积分:1
-
PIDcontrol
一个数字PID控制的matlab的m文件,希望能够与各位控制领域的朋友多多交流,以求共同进步!(A digital PID control matlab m-files, hoping to control the field with my friends a lot of exchanges, in order to make progress together!)
- 2007-08-01 17:04:30下载
- 积分:1
-
MLFTOffsetEs_OFDMA
MLFT的算法(matlab)用matlab来实现(MLFT algorithms (matlab) using matlab to realize)
- 2008-05-27 15:49:05下载
- 积分:1
-
chapter4
小波分析理论与MATALB R2007 实现第四章代码,一些简单例子(Wavelet theory and MATALB R2007 A Chapter of code, some simple examples)
- 2012-05-27 11:15:42下载
- 积分:1
-
gaosi
高斯-赛德尔迭代法求解方程组,通过matlab编程实现。(Gauss-seidel iterative method for solving equations, by matlab programming.
)
- 2014-01-10 15:28:51下载
- 积分:1
-
NRTL regression
NRTL活度系数方程回归计算小程序,仅供交流学习(NRTL activity equation regression program for communication and study)
- 2020-09-20 15:17:53下载
- 积分:1
-
c_matrix
共上载5个源码,其中c语言c_matrix为矩阵类,可以实现几十种矩阵运算;其它四个为matlab程序,用于生各种杂波的程序(Upload a total of 5 source code, in which c language for c_matrix matrices can be achieved dozens of matrix operations the other four for the matlab program for Health and a variety of procedures Clutter)
- 2008-08-05 08:45:19下载
- 积分: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
-
qpso
qpso para que puedan descargarlo y chupenla feos qlos
- 2011-12-28 09:35:58下载
- 积分:1