-
tqwt_matlab_toolbox
可调Q因子小波变换,用在故障诊断中,程序中包含了原始TQWT工具箱和轴承振动信号信号的谱包络的求取等,最新的应用成果(Adjustable Q-factor wavelet transform used in fault diagnosis, the program includes a spectral envelope of the original TQWT toolbox and bearing vibration signal signal to strike, etc., the latest application of the results)
- 2014-09-26 11:50:34下载
- 积分:1
-
fuzzyadaptiv
自适应模糊控制的MATLAB/simulink仿真。(MATLAB/simulink simulation of adaptive fuzzy controller.)
- 2013-12-10 11:17:24下载
- 积分:1
-
adaline
The Adaline is essentially a single-layer backpropagation network. It is trained on a pattern recognition task, where the aim is to classify a bitmap representation of the digits 0-9 into the corresponding classes. Due to the limited capabilities of the Adaline, the network only recognizes the exact training patterns. When the application is ported into the multi-layer backpropagation network, a remarkable degree of fault-tolerance can be achieved.
- 2010-12-08 16:56:14下载
- 积分: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
-
BP1
BP神经网络实现图像压缩,用的matlab语言,图像处理中很常用的(BP neural network image compression, using matlab language, very commonly used in image processing)
- 2015-04-13 08:49:02下载
- 积分:1
-
matlabsuanfa
matlab常用优化算法,含数据分析,解方程,插值与拟合和规划问题。(matlab optimization algorithm commonly used, including data analysis, solution of equations, interpolation and fitting and planning issues.)
- 2015-08-25 11:00:43下载
- 积分:1
-
MATLABSimulation
说明: 关于Matlab的数字仿真及应用,用于信号分析等
(On the Matlab simulation and the number of applications for signal analysis, etc.)
- 2008-11-20 01:25:08下载
- 积分:1
-
pso
粒子群算法的一些程序 标准PSO算法 范例 (PSO Matlab progam)
- 2012-10-15 20:41:38下载
- 积分:1
-
19854828GENETIC
用MATLAB实现遗传算法中的好多问题,或许对您有些帮助。(Using MATLAB genetic algorithm implementation of a lot of questions, perhaps some of your help.)
- 2009-03-18 14:04:29下载
- 积分:1
-
featurecluster
在语音信号处理中,特征的聚类用matlab来实现(in voice signal processing, feature clustering to achieve using Matlab)
- 2005-08-04 22:06:43下载
- 积分:1