-
guzhangzhenduanprogram
自己编写的比较全面的故障诊断matlab函数程序,包括统计法、时域法、时间序列法、频谱及功率普密度函数、小波分析法程序中有详细的说明。(their preparation of a more comprehensive fault diagnosis Matlab function procedures, including statistics, time domain, time series, and power spectral density function Pronk, wavelet analysis procedures are described in detail.)
- 2021-03-31 14:59:09下载
- 积分:1
-
diskin
石油勘探地震资料处理标准数据输入源代码,保证能用(seismic data processing disk input)
- 2014-12-15 17:48:38下载
- 积分:1
-
Total-Variation-Method
Image inpainting using partial differential equations
- 2015-04-19 00:05:15下载
- 积分:1
-
EM
说明: em算法的学习资料,各种格式,包含c和matlab源代码,希望有所帮助(em algorithm learning materials, a variety of formats, including c and matlab source code, hope that helps)
- 2011-01-08 13:23:36下载
- 积分:1
-
1
说明: MATLAB程序 可用于遗传算法,尤其适合初学者(MATLAB program can be used in genetic algorithms, especially suitable for beginners)
- 2010-03-08 17:20:23下载
- 积分:1
-
pca-vector
说明: pca特征向量提取 利用pca的方法获取特征植及特征向量 最后可以自己根据需要降维(pca pca feature vector extraction method using characteristics of plants and to obtain the final feature vector dimension reduction can be their own as needed)
- 2011-04-17 18:40:51下载
- 积分:1
-
nnn1
prediction - neural network code
- 2014-02-14 00:02:21下载
- 积分:1
-
four Toolbox for SVM
这里实现了基于四种SVM工具箱的分类与回归算法:
1、工具箱:LS_SVMlab
Classification_LS_SVMlab.m - 多类分类
Regression_LS_SVMlab.m - 函数拟合
2、工具箱:OSU_SVM3.00
Classification_OSU_SVM.m - 多类分类
3、工具箱:stprtoolsvm
Classification_stprtool.m - 多类分类
4、工具箱:SVM_SteveGunn
Classification_SVM_SteveGunn.m - 二类分类
Regression_SVM_SteveGunn.m - 函数拟合
更详细的相关函数说明请通过help命令查看!(Here the realization of the four SVM toolbox based on the classification and regression algorithm: 1, Toolbox: LS_SVMlabClassification_LS_SVMlab.m- Multiclass Classification Regression_LS_SVMlab.m- function fitting 2, the toolbox: OSU_SVM3.00Classification_OSU_SVM.m- Multiclass Classification 3, Toolbox: stprtoolsvmClassification_stprtool.m- Multiclass Classification 4 toolbox: SVM_SteveGunnClassification_SVM_SteveGunn.m- II Category Regression_SVM_SteveGunn.m- function fitting a more detailed explanation of the correlation function through the help command to view!)
- 2007-12-19 10:42:24下载
- 积分:1
-
wavelet
谐波分析 功率谱分析 交叉谱分析课程及例子(The harmonic analysis of power spectrum analysis courses and examples of the cross-spectral analysis)
- 2013-02-28 20:00:00下载
- 积分:1
-
1
matlab使用垂直Sobel算子,自动选择阈值
[VSFAT Threshold]=edge(f, sobel , vertical )
边缘探测
figure,imshow(f),title( 原始图像 ),
显示原始图像
figure,imshow(VSFAT),title( 垂直图像边缘检测 )
显示边缘探测图像
使用水平和垂直Sobel算子,自动选择阈值
SFST=edge(f, sobel ,2)
figure,imshow(SFST),title( 水平和垂直图像边缘检测 )
显示边缘探测图像
使用指定45度角
Sobel算子滤波器,指定阈值
s45=[-2 -1 0 -1 0 1 0 1 2]
SFST45=imfilter(f,s45, replicate )
SFST45=SFST45>=2
figure,imshow(SFST45),title( 45度角图像边缘检测 )
显示边缘探测图像
(matlab I=rgb2gray(I0)
J0=double(I) [VSFAT Threshold]=edge(f, sobel , vertical ) figure,imshow(f),title figure,imshow(VSFAT),title)
- 2013-12-18 15:42:14下载
- 积分:1