-
Matlab001
Matlab中几个数值积分函数的比较和优缺点介绍
- 2009-09-08 09:34:06下载
- 积分:1
-
aa
说明: 利用离散hopfield网络对图像进行去噪滤波,复原出效果较好的结果,要求初始存储的图像至少10幅以上,编程实现(Network using discrete hopfield image denoising filter, a better recovery result, the initial stored image requires at least 10 or more, programming)
- 2011-02-22 17:56:53下载
- 积分:1
-
phat_pbf
function involvoed in removal noise from environment
- 2011-08-06 20:25:43下载
- 积分:1
-
MATLAB_NOTE
MATLAB基础讲课笔记内容,适合初学者,(MATLAB based on the content of lecture notes, suitable for beginners,)
- 2008-08-05 09:33:22下载
- 积分:1
-
UMHexagonS
说明: 关于UMHexagonS方式的一些论文,使用CAJviewer阅读(UMHexagonS)
- 2010-04-29 14:56:48下载
- 积分:1
-
tiaosu_3
基于matlab/simulink的直流闭环调速(based on Matlab/Simulink DC closed loop speed control)
- 2006-05-24 10:48:41下载
- 积分:1
-
nettools
神经网络工具箱在matlab中的演示代码(Matlab neural network toolbox in the demo code)
- 2009-07-08 19:15:59下载
- 积分:1
-
ofdm
关于ofdm的基本原理的总结概括,框图和公式的总结和汇总(On ofdm summed up the fundamental principles, block diagram and a summary of the formula and summary)
- 2010-05-18 20:53:43下载
- 积分: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
-
chsf
通信系统基带传输系统中的窗函数法设计滤波器(Communication system baseband transmission system window function design filters)
- 2014-05-26 23:34:48下载
- 积分:1