-
1
说明: 蚁群算法TSP(旅行商问题)通用matlab程序
很实用(Ant colony algorithm TSP (traveling salesman problem) is very useful general matlab program)
- 2011-03-22 17:02:11下载
- 积分:1
-
RLS
RLSs算法的源程序,以及在MATLAB下的仿真结果。(matlab)
- 2009-11-01 18:11:24下载
- 积分:1
-
fuzzycm
基于模糊的聚类,是一种软聚类。但是不能避免全局最小点(Based on a fuzzy clustering, is a soft clustering. But you can not avoid the global minimum point)
- 2012-09-08 09:09:52下载
- 积分:1
-
BP
神经网络BP辨识的Matlab算法,用于辨别复杂的非线性系统(Identification of the Matlab neural network BP algorithm, used to identify the complex nonlinear systems)
- 2013-09-23 10:34:31下载
- 积分:1
-
transformer-and-small-current
变压器故障诊断+小电流接地分析论文,很多重要的算法。(transformer faulty analysis and small
current grounding system)
- 2015-01-02 22:24:37下载
- 积分:1
-
trunking-communication
说明: 集群数字通信 关键技术
集群数字通信 关键技术(The key digital communications technology cluster)
- 2011-04-10 22:42:55下载
- 积分:1
-
pls
偏最小二乘(PLSR)
分别求出样品集光谱矩阵和样品组分矩阵的主成分矩阵,将这两个矩阵相关联,求其线性关系,用所建立的线性函数来预测未知样品。
(Partial least squares (PLSR)
The principal component matrix samples were calculated in the spectral matrix and sample matrix, the two matrix associated with the linear relationship, linear functions are developed to predict unknown samples.)
- 2015-04-15 10:55:17下载
- 积分:1
-
Mur_FDTD_1Ds_Trst
FDTD时域差分
边界MUR
MATLAB编程(Difference time domain FDTD boundary MUR MATLAB Programming)
- 2011-05-12 20:08:06下载
- 积分:1
-
HFRSIM-dong20061210
高频地波雷达完整仿真matlab程序
网上找到的,很好很强大(HF ground wave radar matlab simulation program integrity found online, very good strong)
- 2021-01-21 20:08:45下载
- 积分:1
-
wavelift
暂时只支持jpeg2000支持的 cdf97 和spline53
可以这样来测试:
x=imread( E:studyjpeg2000imageslena.tif )
% see the decomposition coefficients
y=wavelift(x, 1, spl53 ) using spline 5/3 wavelet
figure subplot(1,2,1) imshow(x) subplot(1,2,2) imshow(mat2gray(y))
% see the reconstruction precision
yy=wavelift(x, 5) using cdf 9/7 wavelet
ix=wavelift(yy,-5) inverse
sum(sum((double(x)-ix).^2))
(only temporary support jpeg2000 support cdf97 and spline53 this can be measured Examination : x = imread (E : study jpeg2000 images lena.tif)% see the d ecomposition coefficients wavelift y = (x, 1, spl53) using spline 5/3 wavelet figure subplot (1,2,1) imshow (x) subplot (1,2, 2) imshow (mat2gray (y))% see the reconstructi on precision wavelift yy = (x, 5) using cdf 9/7 wavelet ix = wavelift (yy.-5) inverse sum (sum ((double (x)- ix). ^ 2)
- 2006-08-08 23:51:30下载
- 积分:1