-
waveletimfusionmatlabcode
waveletimfusion,图像融合的小波matlab代码,含有结果客观分析(waveletimfusion, Wavelet image fusion Matlab code, contain an objective analysis of results)
- 2007-05-20 09:32:29下载
- 积分:1
-
mindxiu
自己写的基于神经网络的电力负荷预测,文件里面包含了数据,程序完整,可直接运行(load demand forcast)
- 2013-05-31 09:58:27下载
- 积分:1
-
hilbert
hilbert黄变换处理端点效应的几种算法,需要外加信号(hilbert transform processing yellow endpoint effect of several algorithms, require the addition of signal)
- 2011-11-08 14:40:31下载
- 积分:1
-
adhoc2
matlab环境下的adhoc仿真模拟实例2(adhoc simulation in Matlab environment simulation examples)
- 2012-08-17 17:23:45下载
- 积分:1
-
ni1
图像重影退化的逆滤波恢复,自编程序实现。可执行(The inverse image ghosting filter restore, by ourselves to achieve)
- 2010-05-31 23:16:34下载
- 积分:1
-
Parallel_Optimization
Speeding Up Optimization Problems with Parallel Computing - Webinar - 10 August 2010
- 2012-08-01 01:45:54下载
- 积分:1
-
K—SVD稀疏分解
稀疏分解,是自己做论文修改的,可以运行,注释齐全。稀疏表示是图像处理的重点,并且K—SVD优于字典表示方法
- 2022-10-08 15:45:03下载
- 积分:1
-
cv1
CV1 - it is used for learnig work in matlab(CV1- it is used for learnig work in matlab)
- 2009-10-27 02:28:13下载
- 积分:1
-
ExploratoryDataAnalysiswithMATLAB
用MATLAB进行探索数据分析,理论和应用同时介绍,并在书中列出不少MATLAB实现的例子(Exploratory Data Analysis with MATLAB, introduce exploratory data analysis methods and algorithms)
- 2010-03-11 12:56:57下载
- 积分:1
-
anfis
function [t_fismat, t_error, stepsize, c_fismat, c_error] ...
= anfis(trn_data, in_fismat, t_opt, d_opt, chk_data, method)
ANFIS Training routine for Sugeno-type FIS (MEX only).
if nargin > 6 & nargin < 1,
error( Too many or too few input arguments! )
end
Change the following to set default train options.
default_t_opt = [10 training epoch number
0 training error goal
0.01 initial step size
0.9 step size decrease rate
1.1] step size increase rate
Change the following to set default display options.
default_d_opt = [1 display ANFIS information
1 display error measure
1 display step size
1] display final result
- 2015-05-28 19:28:36下载
- 积分:1