-
988211
matlab考试必备,我们学校考试的试卷,有需要的拿去(matlab test necessary, our school examination papers, there is a need for Naqu)
- 2010-06-12 14:47:53下载
- 积分:1
-
hmw2histogramcodeinmatlabsutech86213041
this code generate the histogram of a picture and normalize it .
- 2012-05-20 14:36:00下载
- 积分:1
-
SSIMSrc-0.24
the equivalent of Zhou Wang s SSIM matlab code
//with K1 = 0.01, K2 = 0.03 and windows = ones(8) since this enables a fast implementation using summed area tables.
//the measure is described in "Image quality assessment: From error measurement to structural similarity"
//was originally adapted from the matlab code for the universal image quality index
- 2012-05-30 05:46:57下载
- 积分:1
-
wavelet-matlab
一种典型的基于小波变换的图像融合算法实现程序,程序中各部分都有相应说明(A typical program based on wavelet transform image fusion algorithm, every part of the corresponding notes)
- 2013-05-20 20:43:33下载
- 积分:1
-
MATLAB
对matlab的基础知识进行介绍,对入门学习matlab很有帮助(Introduces the basics of matlab matlab helpful for beginners learning)
- 2012-05-31 13:14:03下载
- 积分:1
-
mat-RandFo
matlab编写的随机森林算法,网上下的,拿来分享一下(Random Forest algorithm, matlab prepared online, and brought it to share)
- 2013-03-28 16:46:08下载
- 积分: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
-
PDC
Apply Ben-Israel and Iyigun s Probabilistic D-Clustering (PDC) algorithm for clustering.
This implementation is based on:
Adi Ben-Israel and Cem Iyigun, "Probabilistic D-Clustering", Journal of Classification 25:5-26 (2008)
- 2010-03-04 15:57:29下载
- 积分:1
-
dialation_sk
Matlab code for segmentation
- 2012-03-20 18:30:19下载
- 积分:1
-
GoDec
视频处理中让视频的前景和背景分离的matlab程序(Video processing--to realize the separation of foreground and background in a given video sequence )
- 2013-10-14 21:01:58下载
- 积分:1