-
Kmeans
Kmeans algorithm is the most popular algorithm for clustering
- 2011-02-14 16:53:06下载
- 积分:1
-
Eye-location-
首先对图像进行非线性灰度变换滤除噪声,然后利用最大类间方差阈值技术对处理后的图像进行二值化处理,最后利用积分投影定位人眼(First to utilize non-linear gray-scale transformation to filter out noises, then adopts the between-cluster variance threshold segmentation method for image binarization processing, finally using integral projection technology to pinpoint the human eye)
- 2013-07-17 17:31:07下载
- 积分:1
-
image-processing-using-matlab
冈萨雷斯的数字图像处理MATLAB版本,很适合初学图像处理的看看,容易上手学习MATLAB编程的图像处理(Digital image processing MATLAB version Gonzalez, very suitable for beginners image processing look, easy to use image processing to learn MATLAB programming)
- 2013-12-05 20:49:43下载
- 积分:1
-
EWT20140424
Empirical Wavelet Transform
- 2015-04-11 21:54:31下载
- 积分:1
-
shiyan3
产生16路信号,画出16路原始信号的频谱叠加图以及滤波器响应,并画出结果信号的时域和频域波形(Generate 16-channel signal, draw 16 original signal spectrum overlay and a filter response, and draw result signals in time domain and frequency domain waveforms)
- 2013-09-17 09:46:54下载
- 积分:1
-
picture-processing__matlab
Matlab数字信号处理与应用源代码,matlab程序已经经过验证,图形效果处理很好(Digital signal processing and application of Matlab source code, Matlab program has been validated, graphic processing effect is very good)
- 2013-01-03 11:35:19下载
- 积分:1
-
LS_mimo
matlab code for ls mimo
- 2012-04-24 21:16:28下载
- 积分:1
-
EE562_A2_Q4
Assignmnet of adaptive filtering
- 2013-04-10 18:27:10下载
- 积分:1
-
MP_GA.m
基于遗传算法和匹配追踪的信号分解程序和MATLAB仿真(Matching based on genetic algorithms and procedures to track the signal decomposition and MATLAB simulation)
- 2010-07-17 11:14:49下载
- 积分:1
-
pca
Function to perform Principle Component Analysis over a set of training
vectors passed as a concatenated matrix.
Usage:- [V,D,M] = pca(X,n)
[V,D] = pca(X,aM,n)
where:-
<input>
X = concatenated set of column vectors
aM = assume that the mean is aM
n = number of principal components to extract (optional)
<output>
V = ensemble of column eigen-vectors
D = vector of eigen-values
M = mean of X (optional)
- 2013-07-09 15:06:40下载
- 积分:1