-
Kmeans
使用K均值做聚类分析来进行图像分割,把原始图像转换到HSV空间做聚类分析(use k-means clustering to segment the image)
- 2020-07-02 04:00:01下载
- 积分:1
-
power_bridges
Power bridge by using matlab programer
- 2010-04-12 18:31:17下载
- 积分:1
-
Image-denoising-based-on-wavelet
说明: 基于小波变换的图像降噪处理及实现程序的源代码(Image denoising based on wavelet transform processing and realization of the program source code)
- 2011-03-21 16:09:48下载
- 积分:1
-
matlabmatch
matlab图像配准例程,包含了.m文件和图片,值得下载研究(matlab image registration routines, including the. m files and pictures, it is worth downloading study)
- 2011-06-14 14:14:59下载
- 积分:1
-
MATLAB7_jichujiaocheng
matlab7.0基础教程,对于初学者很有用,pdg格式(matlab7.0 basis Guide, useful for beginners, pdg format)
- 2007-05-28 11:00:10下载
- 积分:1
-
SVpwmwa
说明: 使用Matlab工具使仿真发出SVPWM波形,并验证其有效性(The simulation of SVPWM waveform is made by using the tool of matlab, and its validity is verified.)
- 2020-06-20 04:20:02下载
- 积分:1
-
谱分析
说明: 轴承故障的三种谱分析(倒频谱,功率谱,细化谱)(Three kinds of spectrum analysis of bearing fault.)
- 2020-06-06 20:45:27下载
- 积分:1
-
ganshe
说明: 该程序可以实现平面波与球面波的干涉图案。(Interference pattern between plane wave and spherical wave can be realized.)
- 2020-06-18 15:40:01下载
- 积分:1
-
蚁群算法求解TSP
%蚁群算法求解TSP问题的matlab程序
clear all
close all
clc
%初始化蚁群
m=31;%蚁群中蚂蚁的数量,当m接近或等于城市个数n时,本算法可以在最少的迭代次数内找到最优解
C=[1304 2312;3639 1315;4177 2244;3712 1399;3488 1535;3326 1556;3238 1229;4196 1004;
4312 790;4386 570;3007 1970;2562 1756;2788 1491;2381 1676;1332 695;3715 1678;
3918 2179;4061 2370;3780 2212;3676 2578;4029 2838;4263 2931;3429 1908;3507 2367;
3394 2643;3439 3201;2935 3240;3140 3550;2545 2357;2778 2826;2370 2975];%城市的坐标矩阵
Nc_max=200;%最大循环次数,即算法迭代的次数,亦即蚂蚁出动的拨数(每拨蚂蚁的数量当然都是m)
alpha=1;%蚂蚁在运动过程中所积累信息(即信息素)在蚂蚁选择路径时的相对重要程度,alpha过大时,算法迭代到一定代数后将出现停滞现象
beta=5;%启发式因子在蚂蚁选择路径时的相对重要程度
rho=0.5;%0
- 2022-04-25 13:17:27下载
- 积分:1
-
EOF
经验正交函数分析方法,是一种分析矩阵数据中的结构特征,提取主要数据特征量的一种方
法。常用于海洋、气象专业。(Empirical orthogonal function analysis method is an analysis of the data structure of the matrix, a method of extracting the main characteristics of the data volume. Commonly used in the marine, meteorology profession.)
- 2013-12-19 13:26:49下载
- 积分:1