-
interintra
Matlab code. My friend give this to me. I hope it will be helpful to others.
- 2009-09-10 03:59:03下载
- 积分:1
-
essing
说明: 利用C_Builder与Matlab实现实时数据的获取与处理(Matlab using C_Builder and real-time data acquisition and processing)
- 2011-03-29 18:43:30下载
- 积分:1
-
DCT
实现图像的DCT高通、低通滤波器并与傅里叶变换做比较.有图可见,经DCT低通滤波后,图像变得很模糊。因为DCT是FFT取其实部,能量减少,因此图像变得很模糊,没有经FFT滤波后的效果好。
经DCT高通滤波后的图像:
经DCT高通滤波后,图像的低频部分被滤除掉,图像变黑,只有边缘的痕迹可见。
(The DCT of image high-pass, low pass filter and compared with the Fourier transform.)
- 2011-10-19 19:30:31下载
- 积分:1
-
yuanchengxu
本源码基于MATLAB R2010b基础上,通过GUI架构的支持下,设计了基于暗通道先验法对有雾图像的去雾系统。(The source code based on MATLAB R2010b basis, through support GUI architecture, the design method based on a priori dark passage foggy image defogging system.)
- 2015-04-18 11:39:05下载
- 积分:1
-
Tikhonov
广义Tikhonov正则化及其正则参数的先验选取(Generalized Tikhonov Regularization and Prior Selection of Regular Parameters)
- 2019-04-07 17:36:16下载
- 积分:1
-
biaoding
标定程序 用在立体视觉 (calibrate stereomatching)
- 2010-08-04 09:10:20下载
- 积分:1
-
work
信号功率谱分析,有各种方法,在此一一编写,方法一(Signal power spectrum analysis, there are various methods, in which 11 the preparation of, method 1)
- 2009-10-20 23:02:41下载
- 积分:1
-
filereading
简单的MATLAB对各种文件的读取,适合初学者入门学习使用。(Simple MATLAB to read the various documents, suitable for beginner to learn to use.)
- 2010-12-09 22:54:51下载
- 积分:1
-
SIsomap
IOSMAP非线性降维方法,算法正确,可以直接运行(IOSMAP nonlinear dimension reduction method, the algorithm is correct, can be directly run)
- 2014-10-05 17:37:17下载
- 积分: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