Welcome![Sign In][Sign Up]
Location:
Search - Run Length matlab

Search list

[Compress-Decompress algrithmshuff0645345

Description: This file contains a new and improved version of the Huffman coder, (June 29. 2001). The name is Huff06.m. There are also some additional files which are helpful when using Matlab for data compression: quantizer, different variants of run-length-encoding and end-of-block coding in Mat2Vec, and a program which do JPEG-like entropy coding. A complete compression example is shown in TestMat2Vec.m. This file is all you need for Huffman coding in MatLab.-This file contains a new and improved version of on of the Huffman coder, (June 29. 2001). The name is Huff06.m. There are also some additional files which are helpful wh en using Matlab for data compression : quantizer. different variants of run-length-encoding an d end-of-block coding in Mat2Vec. and a program which do JPEG-like entropy coding . A complete compression example is shown in Tes tMat2Vec.m. This file is all you need for Huffma n coding in MatLab.
Platform: | Size: 25600 | Author: 金金 | Hits:

[Compress-Decompress algrithmsrle_rld

Description: matlab实现的游程编码的编码与解码过程,rle实现编码,rld实现解码,简单实用-achieve Matlab run-length coding of the coding and decoding process, rle achieve coding, rld decoder, simple and practical
Platform: | Size: 1024 | Author: 郭复胜 | Hits:

[OtherRLL

Description: rll(run length limited) code for channel simulate-rll (run length limited) code for channel's imulate
Platform: | Size: 2048 | Author: zxl | Hits:

[matlabRLEencoding

Description: 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)
Platform: | Size: 1024 | Author: 阳关 | Hits:

[Graph programDCTRLE

Description: matlab编写的dct变换及游程编码解码程序-matlab prepared DCT transform and run-length coding decoding procedures
Platform: | Size: 2048 | Author: zhangmin | Hits:

[Special Effectshoughtans

Description: 该源码在matlab平台上运行,实现的功能是利用hough变换检测图像中具有一定长度的直线,并将直线从整个图像中提取出来.不仅如此,还可以通过计算分析求出对应直线的斜率.-The source platform to run in matlab, the function is to realize the use of hough transform detection image has a certain length of a straight line, and a straight line from the entire image extracted. Not only that, but can also be obtained by calculating the analysis corresponds to the slope of a straight line.
Platform: | Size: 11264 | Author: 秀秀 | Hits:

[Special Effectslzw-hafuman

Description: 图像编码与均衡化规定化、 examplehaffuman.m 哈夫曼应用实例 examplepalar2.m 平面一般分割 examplepalar.m 平面分割 1-D 游程编码应用实例 lzwexample.m lzw编码的应用实例 erzhifenjie.m 平面的分割8层 suanshubianma.m 算术编码 code1.m 图像直方图均衡化处理 code2.m 图像直方图规定化处理-Image coding and equalization provisions of, examplehaffuman.m Huffman Application examplepalar2.m generally planar partition partition examplepalar.m plane 1-D run-length coding application lzwexample.m lzw the application of coding erzhifenjie.m plane partition 8 layer suanshubianma.m arithmetic coding code1.m image histogram equalization image histogram provides code2.m treatment of treatment
Platform: | Size: 581632 | Author: 赖官铨 | Hits:

[Software Engineeringrbf_mems

Description: 为了提高使用精度,研究了某型号MEMS陀螺仪的随机漂移模型。采用游程检验法分析了 该陀螺仪随机漂移数据的平稳性,并根据该漂移为均值非平稳、方差平稳的随机过程的结论, 采用梯度径向基(RBF)神经网络对漂移数据进行了建模。实验结果表明:相比经典RBF网络模 型而言,这种方法建立的模型能更好地描述MEMS陀螺仪的漂移特;相对于季节时间序列模型而 言,其补偿效果提高了大约15%。-In order to improve accuracy, to study a particular model of the MEMS gyroscope random drift model. Using run-length analysis of the test gyro random drift data stationarity, and in accordance with the drift for the average non-stationary, the variance of the random process a smooth conclusion, the use of gradient radial basis (RBF) neural network drift data to build mode. The experimental results show that: compared to the classical RBF network model, this method of establishing a model to better describe the MEMS gyroscope drift special compared with the seasonal time series model, the effect of their compensation increased by approximately 15.
Platform: | Size: 129024 | Author: 程正 | Hits:

[Compress-Decompress algrithmsRESPIHT

Description: This zip contains a simple paper of SPIHT generated streams run length encoded ... later i ll be posting the MATLAB source code also and also SPIHT with Arithmetic coding
Platform: | Size: 109568 | Author: 陈语恬 | Hits:

[matlabrle

Description: Run length Encoding code in matlab
Platform: | Size: 1024 | Author: hussain | Hits:

[OtherJPEGimageCompressiontechniquesimplementationandopt

Description: 摘 要 文章以空间监控系统为背景,深入研究了JPEG图像压缩标准的实现方法,并基于FPGA对其进行了实现和优化。文中给出了详细的实现方法和优化过程,测试表明达到了很好的效果。 简单介绍了有损静态图像压缩当前有两种比较流行的标准JPEG和JPEG2000。说明了用JPEG方法压缩的原因。 介绍JPEG基本原理:JPEG对灰度图像的压缩处理过程主要包括:图像分割,离散余弦变换(DCT),量化(Quantization),“Z”形排序(Zigzag Scan),差分脉冲编码调制(Differential Pulse Code Modulation,DPCM)对直流系数(DC),行程长度编码(Run-Length Encoding,RLE)对交流系数(AC),霍夫曼(Huffman)编码等。 JPEG标准的特点是离散余弦变换。 比较详细介绍压缩系统的构成和实现。实现提及步骤, JPEG压缩模块设计和编码模块实现细节。 -Abstract Article in the space monitoring system for the background, in-depth study of the JPEG image compression standard implementation methods and carried out based on FPGA implementation and optimization. In this paper, a detailed method of implementation and optimization of the process, testing showed that to achieve good results. Easy introduction of harmful static image compression has two kinds of comparisons that the current popular standard JPEG and JPEG2000. Illustrated by the reasons for JPEG compression method. JPEG introduce the basic principles: JPEG compression of gray-scale image processing include: image segmentation, discrete cosine transform (DCT), quantization (Quantization), "Z"-shaped sort (Zigzag Scan), differential pulse code modulation (Differential Pulse Code Modulation, DPCM) on the DC coefficient (DC), Run Length Encoding (Run-Length Encoding, RLE) of the exchange coefficient (AC), Hoffman (Huffman) coding. JPEG standard is characterized by discrete
Platform: | Size: 523264 | Author: 压子 | Hits:

[Compress-Decompress algrithmsRLE

Description: 二值图像 游程编码 自己测试过。。。绝对可用-Binary image run-length coding themselves tested. . . Definitely can be used
Platform: | Size: 1024 | Author: 龙军 | Hits:

[matlabrle_encoding

Description: run length encoding in matlab
Platform: | Size: 1024 | Author: prashanth | Hits:

[matlabRLC_MATLAB

Description: 一个用于演示游程编码的Matlab程序,具有编码和解码功能-A Matlab program for the demonstration of the run-length coding , with the encoding and decoding functions
Platform: | Size: 2048 | Author: Genghis | Hits:

[Windows Developgrayrlmatrix

Description: gray level run length martix-gray level run length martix
Platform: | Size: 3072 | Author: muhammet | Hits:

[Graph programbianma

Description: 二值图像游程编码算法的Matlab实现 图片自己加上去就得了-Binary image run-length coding algorithm for the realization of the Matlab
Platform: | Size: 1024 | Author: lp | Hits:

[Program docMatlab

Description: 信号编码与译码中的二值图像游程编码算法的Matlab实现,谢谢~-Signal encoding and decoding the binary image run-length coding algorithm Matlab implementation, thank you ~
Platform: | Size: 32768 | Author: patrick | Hits:

[source in ebookrle

Description: Run length encoding using matlab language.
Platform: | Size: 1024 | Author: hue | Hits:

[Special EffectsGray-level run-length

Description: 灰度游程矩阵四个方向,每个方向都有11个特征(Gray-level run-length, 11 features in total, four directions)
Platform: | Size: 5120 | Author: alva | Hits:

[Compress-Decompress algrithmsRun-length encoding?(RLE)

Description: run length encoding的Matlab程序,纯原创,请勿抄袭!(This is a Matlab program for run length encoding.)
Platform: | Size: 50176 | Author: 海涵 | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net