-
matlab-work
f=zeros(30,30)
f(5:24,13:17)=1
imshow(f, notruesize )
F=fft2(f,256,256)
F2=fftshift(F)
figure,imshow(log(abs(F2)),[-1 5], notruesize )
- 2010-11-20 17:07:18下载
- 积分:1
-
matlab463
这是一个matlab的bp网络程序,可用于逼近和预测,程序里有详细的说明与注释,包括数据预处理、建立网络、训练、仿真、预测的整个过程。(This is a matlab the bp network procedures, can be used for approximation and prediction, procedure, there are detailed instructions and notes, including data pre-processing, networking, training, simulation, prediction of the whole process.)
- 2007-09-23 08:45:15下载
- 积分:1
-
imagefusion
用matlab实现图像融合,并且具有图片(Achieve image fusion using matlab)
- 2009-03-24 19:25:57下载
- 积分:1
-
gongetidufadshuzhixingzhi
共轭梯度法(Conjugate Gradient)是介于最速下降法与牛顿法之间的一个方法,它仅需利用一阶导数信息,但克服了最速下降法收敛慢的缺点,又避免了牛顿法需要存储和计算Hesse矩阵并求逆的缺点,共轭梯度法不仅是解决大型线性方程组最有用的方法之一,也是解大型非线性最优化最有效的算法之一。 在各种优化算法中,共轭梯度法是非常重要的一种。其优点是所需存储量小,具有步收敛性,稳定性高,而且不需要任何外来参数(Conjugate Gradient method (Conjugate Gradient) is between the steepest descent method between Newton method and a method, it only USES a derivative information, but overcome the steepest descent method slow convergence of weakness, but also avoid the Newton law needs to storage and computing Hesse inverse matrix and shortcomings, Conjugate Gradient method is not only solve linear equations with most of the large method, and also one of the most effective solution large nonlinear optimization of one of the algorithm. In all kinds of optimization algorithm, the conjugate gradient method is very important. Its advantage is the storage capacity needed, it has small step convergence, high stability, and doesn t require any exotic parameters numerical experiment, this is the modern scientific computing of the answer above problem sets)
- 2012-03-26 18:48:46下载
- 积分:1
-
GAC_Matlab
几何活动轮廓(GAC)算法的源代码,用upwind和eno数值方法, 在MATLAB下可直接执行(geometric active contour (GAC) algorithm source code, using upwind and eno numerical methods, MATLAB under the direct execution)
- 2007-05-15 09:55:42下载
- 积分:1
-
1585_Modul4
modul pelatihan matlab
- 2014-02-11 10:54:32下载
- 积分:1
-
matlab-simulink-files
a set of MATLAB-SIMULINK files
- 2010-06-09 17:56:23下载
- 积分:1
-
QMC
mc clousky implementation algoritm
- 2009-12-02 20:28:25下载
- 积分:1
-
CPM_code_v1.0.tar
Continuous Profile Models (CPM) Matlab Toolbox.(Continuous Profile Models (CPM) To Matlab olbox.)
- 2007-04-12 16:15:13下载
- 积分:1
-
chuandong
感应电动机参数辨识算法仿真程序,所有程序都是用M函数编写(simulation program of Induction motor parameter identification algorithm, all programs are written with M function.)
- 2012-01-04 09:06:16下载
- 积分:1