-
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
-
2
说明: 光学工程类的Matlab模拟程序,一个是透镜的成像原理模拟,一个是平板成像(Optical engineering classes Matlab simulation program, one lens of the imaging principle simulation, a flat-panel imaging)
- 2021-04-26 21:38:46下载
- 积分:1
-
suiqianying
传输矩阵法matlab仿真透射波长,介质的折射率和反射率、(Transfer matrix method matlab simulation transmission wavelength, refractive index and reflectivity,)
- 2011-09-08 20:32:43下载
- 积分:1
-
GFBACK
Multiple Access Channel with Generalized FeedBack rate region analysis MAtlab Code
- 2010-09-01 20:26:56下载
- 积分:1
-
dv-hop
DV-hop基于matlab的实习。实现matlab环境下的仿真(dv-hop which base matlab,youcan use it to findwsn)
- 2012-04-11 10:56:03下载
- 积分:1
-
examples-
matlab仿真的一些很实用的例子,学习matlab时可以参考。(some very practical examples of matlab simulation, study Matlab can refer to.)
- 2012-06-12 10:37:49下载
- 积分:1
-
attachments-(1)---Copy
matlab simulation program for ASK
- 2014-01-06 16:25:02下载
- 积分:1
-
composite_unsymetric
Structural instability study of laminated composite plates due to fluid structure interaction
- 2012-01-16 18:17:48下载
- 积分:1
-
Assignment-3_12335-(1)
The principle of Huffman coding is (roughly) to replace symbols in the original data (in your case the value of each pixel of the image) by a numeric code that is attributed according to the probability of the symbol. The most probable (i.e. the most common) symbol will be replaced by shorter codes in order to realize a compression of the data.
- 2013-05-16 04:42:46下载
- 积分:1
-
bpsk_baseband
说明: BPSK的调制解调以及误码率等的matlab仿真(BPSK modulation and demodulation, and bit error rate of matlab simulation)
- 2011-02-23 16:59:08下载
- 积分:1