-
image-fusion
图像融合,实现两幅图像的特征融合.该程序使用小波分解的方法先对两幅图像进行小波分解,然后进行多种方法对图像进行特征融合(Fusion, feature fusion of two images to achieve. The method uses wavelet decomposition of the two images before wavelet decomposition, and then features a variety of methods of image fusion)
- 2011-04-24 11:48:51下载
- 积分:1
-
fractal
matlab程序画图,常见分形图,function cantor(A,B)
c=1
p=0
figure
hold on
plot([A(2) B(2)],[A(1) B(1)], r* )
while norm(A(1,:)-B(1,:))>=1
C=[] D=[]
for i=1:size(A,1)
a=A(i,:)+(B(i,:)-A(i,:))/3
b=A(i,:)+2*(B(i,:)-A(i,:))/3
C=[C A(i,:) b]
D=[D a B(i,:)]
end
A=C
B=D
p=p+1 (matlab program drawing, common fractal images
function cantor(A,B)
c=1
p=0
figure
hold on
plot([A(2) B(2)],[A(1) B(1)], r* )
while norm(A(1,:)-B(1,:))>=1
C=[] D=[]
for i=1:size(A,1)
a=A(i,:)+(B(i,:)-A(i,:))/3
b=A(i,:)+2*(B(i,:)-A(i,:))/3
C=[C A(i,:) b]
D=[D a B(i,:)]
end
A=C
B=D
p=p+1 )
- 2013-03-02 09:54:38下载
- 积分:1
-
matlabsignal
信号分析与处理—MATLAB语言及应用,,介绍matlab在信号分析中的应用,,讲得不错(Signal Analysis and Processing-MATLAB language and application, introduction matlab in signal analysis applications, put it well)
- 2007-11-05 19:50:32下载
- 积分:1
-
coreFormatIn
核心数据处理 核心数据处理 核心数据处理 核心数据处理 核心数据处理 核心数据处理 核心数据处理(Core data-processing core data processing core data-processing core data processing core data-processing core data processing core data-processing)
- 2007-12-16 07:57:35下载
- 积分:1
-
xinstatcom
matlab仿真的STATCOM即svg滤波装置。(matlab simulation of the STATCOM that svg filter.)
- 2009-06-02 21:27:34下载
- 积分:1
-
pso
说明: 基于matlab的标准粒子群优化算法,?趍atlab的标准粒子群优化算法,(Matlab based on the standard particle swarm optimization algorithm,? 趍atlab standard particle swarm optimization algorithm,)
- 2008-11-21 11:06:31下载
- 积分:1
-
MATLABxuexi
不错的matlab教程,大家可以看看,对matlab的学习有帮助的。呵呵!(Matlab good tutorial, we will look at the matlab learning to be helpful. Ha ha!)
- 2007-09-09 09:48:35下载
- 积分:1
-
cthd39-40
MATLAB实现对该系统的潮流计算。需要MATLAB语言编制程序形成节点导纳矩阵、形成雅克比矩阵、用高斯消去法解修正方程式,并编写输出程序用以输出节点导纳矩阵、节点电压(包括电压的相角和幅值)、以及各支路的首端功率、末端功率和功率损耗(MATLAB implementation of the system flow calculation. MATLAB programming language requires the formation of the node admittance matrix, Jacobian matrix formed by modified Gaussian elimination method for solving equations, and write out procedures for the admittance matrix of the output node, the node voltage (including the voltage phase angle and amplitude), and the first end of each branch of power, end power and power loss)
- 2011-06-08 03:16:26下载
- 积分:1
-
surfcv
Code for plotting bessel functions
- 2013-10-29 14:15:39下载
- 积分:1
-
chap7
《matlab应用大全》赵海滨编著,清华大学出版社,第七章主讲概率与数理统计(The application of matlab Zhao Haibin compiled, tsinghua university press, chapter 7 on the probability and mathematical statistics
)
- 2013-10-31 09:39:25下载
- 积分:1