-
NeuralNetwork_RBF_Classification
说明: rbf神经网络用于分类的matlab程序,修改数值就可适用(rbf neural network for classification matlab procedures can modify the application of numerical)
- 2008-08-29 22:45:23下载
- 积分:1
-
dmc
说明: dMC动态矩阵控制单变量的,可以很容易修改成需要的相应程序。(DMC Dynamic Matrix Control of a single variable, can be easily modified to the needs of the corresponding procedures.)
- 2008-11-26 22:24:29下载
- 积分:1
-
103244862matlabForcast
混沌时间序列的预测matlab例程,自己编的,希望大家不要见笑(Chaotic time series prediction matlab routines, own, and hope that we will not stock)
- 2008-07-28 19:02:43下载
- 积分:1
-
jigeshili
说明: 几个matlab的实力,包括:
非线性微分方程的求解.doc
RLS,Demonstration of Wiener filter,LMS filter,Steep-descent algorithm.doc
matlab下gabor滤波算法,可以提取图象纹理特征.doc(several Matlab strength, including : non-linear differential equation solving. Doc RLS. Demonstration of Wiener filter, LMS filter, Steep- descent algorithm.doc Matlab under gabor Filtering algorithms can be extracted image texture features. doc)
- 2006-05-10 01:23:26下载
- 积分:1
-
CS_OMP
压缩感知重构算法中经典的一种重构算法,OMP函数算法。用迭代求最优的方法来重构原信号。(Classic Compressed sensing reconstruction algorithm , OMP function algorithm)
- 2014-11-26 23:34:10下载
- 积分: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
-
SEISMIC_ANALYSIS
T. K. Datta, "Seismic Analysis of Structures"
Wiley | 2010 | ISBN: 0470824611 | 464 pages | PDF
- 2010-07-19 16:01:47下载
- 积分:1
-
ddhuffman
对任意一组输入的字符串进行哈夫曼编码,然后解码(Huffman coding and decoding on a set of strings)
- 2012-07-18 21:57:28下载
- 积分:1
-
imagequalityanalysis
Image quality analysis using median and weiner filter finding the PSNR ratio
- 2014-02-19 10:03:41下载
- 积分:1
-
PID
说明: 增量式PID控制matlab程序,希望对大家有所帮助(Matlab incremental PID control procedures, we hope to be helpful)
- 2008-10-11 09:36:48下载
- 积分:1