-
RPCL
RPCL聚类算法,用MATLAB实现,有详细注释(RPCL clustering algorithm, using MATLAB realization of the Notes in more detail)
- 2007-11-27 10:45:20下载
- 积分:1
-
hotfrequent
说明: 用matlab编写的用于跳频技术的基于simulink环境的仿真程序(using Matlab prepared for the frequency-hopping technology based on Simulink environment simulation program)
- 2006-03-14 09:44:58下载
- 积分:1
-
chp6ex11
this source code is chp6ex11 matlab link
- 2013-08-04 15:22:28下载
- 积分:1
-
power_SwitchedReluctanceMotor
This document is about power switched reluctance motor.
- 2014-08-10 13:56:50下载
- 积分:1
-
matlab
matlab的教程,PPT教程,共分为六节(matlab tutorial, PPT tutorial is divided into six)
- 2011-08-03 23:08:48下载
- 积分:1
-
houghcircle
Edge detection result should be enhanced using linear method like Median filter to
remove the garbage around the pupil to gain clear pupil to determine perfect centre. Get the
centre of the pupil by counting the number of black pixels (zero value) of each column and
row. Then get each row and column that has the maximum number of these black pixels.
Then determine the center by simple calculation according to the image coordinate to set it
correct on the image, consequently we can determine the radius of the pupil. Thus we can find
the pupillary boundary (inner). A similar procedure is extended by using a coarse scale to
locate the outer boundary (limbus) which can be apparent by using the mid-point algorithms
of circle and ellipse.
- 2011-11-18 02:09:58下载
- 积分:1
-
McGraw.Hill.MATLAB.Demystified.Apr.2007
matlab book for beginners
- 2013-04-29 13:39:57下载
- 积分:1
-
MATLAB6.0
matlab学习手册,包括基本矩阵算法,信号波形绘制等(matlab learning manuals, including basic matrix algorithm, the signal waveform drawing, etc.)
- 2016-04-18 21:24:58下载
- 积分:1
-
音频测试
说明: 音频测试:频谱分析专用,附FIR,IIR,高通,低通,带通滤波器(Audio test: special for spectrum analysis, with fir, IIR, high pass, low pass, band-pass filter)
- 2020-10-21 10:59:41下载
- 积分:1
-
image_compress
本程序利用奇异值分解对3通道彩色图像进行压缩分解,具体步骤如下:
压缩过程:
1. 选取子图像大小K值,把图像分解成M×M个子图像,IMG(s),s=1,2,…, M2,其中M=N/K,原始图像IMG大小为N×N。
2. 计算这M2个子图像的平均值average,对每幅子图像减去均值图像得到新图像。
3. 计算相关矩阵R,其元素定义为 。
4. 计算R的特征值与特征向量,计算每幅子图像与最大特征向量的内积,便得到编码,即压缩后的图像。
(This procedure using singular value decomposition of 3-channel color image compression decomposition, concrete steps are as follows: compression process: 1. Select the sub-image size K value, the image is decomposed into M × M sub-image, IMG (s), s = 1, 2, ..., M2, in which M = N/K, the original image IMG size N × N. 2. M2 calculate the average of sub-image average, for each sub-image minus the new images mean images. 3. Calculation of correlation matrix R, defined as its elements. 4. Calculation of the characteristics of R value and eigenvector calculated each sub-image with the largest eigenvector of the inner product, they will have to code, that is, the compressed images.)
- 2008-01-03 23:00:33下载
- 积分:1