-
RLEencoding
A simple (de)compression program using Run Length Encoding.
Compression is done that easy:
compressedData = rle(originalData)
Decompression:
originalData = rle(compressedData) (A simple (de) compression program using Run Length Encoding.Compression is done that easy: compressedData = rle (originalData) Decompression: originalData = rle (compressedData))
- 2007-09-09 15:44:59下载
- 积分:1
-
Get-full-known-of-Matlab7.0
北航张志涌的《精通MATLAB7.0》,很详细的介绍了MATLAB的基本命令以及用法,以及SIMULINK的使用方法(Northern Zhang Yong " Mastering MATLAB7.0" , a very detailed introduction to the basic MATLAB commands and usage, and the use of SIMULINK)
- 2011-06-08 15:20:38下载
- 积分:1
-
Batch_examples
matlab mfile for predictive ARMA model
- 2011-12-15 08:54:15下载
- 积分:1
-
22
南信大系统模拟与仿真的考试程序,其中一个题目,任课老师是袁老师哦(failed to translate)
- 2013-05-05 09:58:35下载
- 积分:1
-
MATLAB-tuxiang
包含了各种matlab数字图像处理的小程序 (Contains a variety of digital image processing matlab applet)
- 2013-10-03 10:44:22下载
- 积分:1
-
4
说明: 这是一篇关于人脸检测实现及眼睛定位算法研究的文章(This is an article about Face Detection and Eye Location Algorithm article)
- 2010-05-06 19:10:34下载
- 积分:1
-
MATLAB
该压缩包为matlab语言的常用算法程序集(The archive is commonly used algorithm matlab assembly language)
- 2011-05-05 10:49:39下载
- 积分:1
-
TwoD_bar
matlab code for one beam
- 2012-04-30 23:52:41下载
- 积分:1
-
accessory_parameter
Matlab经典算法__退火问题,用matlab实现模拟退火过程(Matlab classic __ annealing algorithm, using Matlab achieve simulated annealing process!)
- 2007-05-22 20:53:56下载
- 积分:1
-
ICAtoolbox3_8
Source separation problems in digital signal processing are those which are used to separate useful signal a mix of signals of interest, other signals and noise. The typical example of a source separation problem is the cocktail party problem, where many number of peoples are talking simultaneously in a room and a listener is trying to follow one of the discussions. The human brain can separate the voices of different people (source separation) using neurons in the auditory region. But source separation using digital signals is difficult task with the available techniques. Several approaches have been proposed for solving this issue but most of the techniques are still in development stages. Some of the successfully tested approaches are principal components analysis (PCA) and Independent components analysis (ICA). Both the approaches work well when there are no delays or echoes present
- 2014-11-07 15:21:36下载
- 积分:1