-
imagesegment
说明: 实现图像的分割。改程序是在matlab环境下运行的,程序中用到了k-means算法,实现的结果很不错(This is the program of image segmentation based on the following work:
S. Chen, L. Cao, J. Liu, and X. Tang, "Image Segmentation by MAP-ML Estimations", submitted to IEEE Transactions on Image Processing.
Note that this program was only tested on 32-bit PCs installed with Windows XP or Windows Server 2003. Since the K-means algorithm used in this program is from Matlab Statistics Toolbox, the program runs slower than when a faster K-means algorithm is used which can be obtained at http://vision.ucsd.edu/~pdollar/toolbox/doc/. The program was tested using Matlab R14 and the image processing Matlab Toolbox is required to run it.)
- 2010-04-30 17:44:01下载
- 积分:1
-
KNNMeanFilter
说明: 原理:以待处理的像素作为中心,取一个nXn的模板,在模板中选择k个与待处理像素的值最接近的像素,将这k个像素的均值替换原来的像素值。
假设n=3,k=5,调用方法:b = KNNMeanFilter(a, 3, 5)(Principle: to be treated as the center pixel, take a nXn template select the template and the pending k-nearest pixel values of pixels, this k pixels mean replacing the original pixel value. Assuming n = 3, k = 5, call the method: b = KNNMeanFilter (a, 3, 5))
- 2010-05-03 10:14:15下载
- 积分:1
-
Kalman-filter
标量Kalman滤波器仿真。设计一个kalman滤波器对其进行处理得到的最佳估计。(Scalar Kalman filter simulation. Design a kalman filter to process it to get the best estimate.)
- 2011-09-11 21:58:55下载
- 积分:1
-
EMD
一种新型自适应信号时频处理方法,特别适用于非线性非平稳信号的分析处理。(A new adaptive signal time-frequency processing method is proposed, which is especially suitable for the analysis and processing of non-linear and non-stationary signals.)
- 2020-06-20 02:40:01下载
- 积分:1
-
声压计
说明: matlab数据采集工具箱应用示例。gui是在matlab7.0.1下设计,matlab7以下版本无法正常运行界面程序。(Matlab Toolbox data acquisition application. Gui is the matlab7.0.1 design, matlab7 following versions are unable to operate normally interface procedures.)
- 2005-09-07 13:25:13下载
- 积分:1
-
ofdm-program
用GUI编写的OFDM代码,编写质量高,是学习的好程序,内有doc详细解释。(prepared using OFDM GUI code, preparation of high quality, is a good learning process, there doc explained in detail.)
- 2007-01-21 09:45:24下载
- 积分:1
-
svpwm3level
三电平svpwm算法的simulink模型仿真(svpwm 3level)
- 2017-04-18 14:38:56下载
- 积分:1
-
SP-apply-to-ISI-channel-
和积算法应用在ISI信道检测上,首先进行调制,然后利用和积算法进行检测译码,最后看误码率(SP algorithm on the ISI channel detection, first of all be modulated, and integrated algorithm is then used for testing decoding, finally the bit error rate)
- 2016-05-23 16:25:48下载
- 积分:1
-
LPP
LPP是局部保局投影方法,这里给出了matlab的源码(lpp code for face recognition)
- 2011-04-29 09:50:40下载
- 积分:1
-
cepstrum-analysis
matlab 的关于到谱分析算法的程序,对于初学者有一定的帮助,易于学习到谱分析算法。(Matlab about spectrum analysis algorithm procedures for beginners have certain help, easy to learn spectrum analysis algorithm.
)
- 2011-05-22 16:13:20下载
- 积分:1