-
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
-
MATLABsoftware_system_simular_method
MATLAB软件系统控制彷真方法祥解.rar 对于实现算法设计的初学者来说是很好的老师哦:)(MATLAB software system control simulation method祥解. Rar for the realization of algorithm design is a good beginner s teacher oh:))
- 2008-01-28 23:21:34下载
- 积分:1
-
TimeFrequenceMatlabCode
《Matlab时频分析及其应用》的详细代码,包括第3至15章的源码。( Matlab time-frequency analysis and its applications, the detailed code, including the first chapter 3-15 source.)
- 2008-04-22 19:51:14下载
- 积分:1
-
MATLABProgrammingGuide
《MATLAB程序设计教程》电子教案,ppt格式,并配备完整源代码,经测试可用(" MATLAB Programming Guide" e-lesson plans, ppt format, and equipped with complete source code can be used by the test)
- 2009-05-26 10:26:51下载
- 积分:1
-
image-process
图像处理图像处理图像处理图像处理图像处理(image process)
- 2011-12-14 00:02:16下载
- 积分:1
-
Chapter2
通信系统仿真用到的源码,关于matlab 的,希望对大家有用
(Source code used in communication system simulation on matlab, and I hope for all of us)
- 2009-11-06 15:29:24下载
- 积分:1
-
Huiffman
Huffman source code in matlab.
- 2010-04-24 00:16:58下载
- 积分:1
-
Adaptive-CoDE
Adaptive Composite Differential Evolution Algorithm 自适应复合差分进化算法(Differential Evolution with Composite Trial Vector
Generation Strategies and Control Parameters)
- 2013-12-10 13:34:23下载
- 积分:1
-
最大熵图像分割
应用背景此代码是一个简单的工具进行灰度图像的熵最大化的价值。这是一个准确、高效的工具和实现是很简单的。关键技术这可用于任何类型的图像处理工作。如果任何人对图像的二值化寻找一种高效的代码,这可能是一个简单的和有用的工具。
- 2022-03-04 15:54:45下载
- 积分:1
-
卡尔曼滤波在目标跟踪中应用仿真研究
目标跟踪问题的应用背景是雷达数据处理,即雷达在搜索到目标并记录目标的位置数据,对测量到的目标位置数据(称为点迹)进行处理,自动形成航迹,并对目标在下一时刻的位置进行预测。
- 2022-04-12 17:45:37下载
- 积分:1