CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 压缩解压 搜索资源 - matlab 量化

搜索资源列表

  1. psk_moden

    0下载:
  2. 用MATLAB对通信原理中PSK进行模拟量化编码等处理.-MATLAB right PSK communication principles of quantitative simulation coding processing.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:13.96kb
    • 提供者:江山
  1. quantize

    0下载:
  2. 一个MATLAB编的图像编码中的量化小程序,希望大家看了有用
  3. 所属分类:压缩解压

    • 发布日期:2014-01-17
    • 文件大小:717byte
    • 提供者:LL
  1. Imagecompressionandsolutioncompression

    0下载:
  2. 一张图片是之前用摄像机采集的,另一张图片是经过离散沃尔什变换再量化编码压缩后又解压所得,能看出区别吗?呵呵。flik.m是原图,newflik.m是新图。 附上所有MATLAB源程序,有兴趣的话,你也可以用这几个程序对自己的照片“加工”一番。以下6个程序分别保存为6的m文件,文件名与下面给出的一致。待“加工”图片应该存放在Matlab的Work目录下。
  3. 所属分类:压缩解压

    • 发布日期:2014-01-17
    • 文件大小:1.36kb
    • 提供者:余海风
  1. jpg.zip

    0下载:
  2. jpeg压缩matlab源代码。由均匀量化和huffman编码组成,简洁易懂,jpeg compression matlab source code. By the uniform quantization and huffman coding components, concise and understandable
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-28
    • 文件大小:28.95kb
    • 提供者:wuzhikai
  1. JPEGcompression.rar

    2下载:
  2. 1.首先通过DCT变换去除数据冗余; 2.使用量化表对DCT系数进行量化; 3.对量化后的系数进行Huffman编码。 具体源程序由主程序及两个子程序(DCT量化、Huffman编码)组成: ,1. First of all, through the DCT transform to remove data redundancy 2. The use of quantization table of quantization DCT coefficients 3. Of quanti
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-26
    • 文件大小:4.28kb
    • 提供者:龙活
  1. JPEG.rar

    7下载:
  2. 图像JPEG压缩算法,由8*8DCT变换,调用量化表进行量化,最后由Huffman编码完成算法,JPEG image compression algorithm, the 8* 8DCT transform, quantization table calls to quantify, and finally completed by the Huffman coding algorithm
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2016-01-12
    • 文件大小:165.21kb
    • 提供者:宇翔
  1. LBGMatlab

    2下载:
  2. 使用matlab实现的矢量量化的LBG算法,内有文档说明-Matlab achieved using the LBG vector quantization algorithm, there are documented
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2015-09-19
    • 文件大小:1.52mb
    • 提供者:梁松涛
  1. jpeg

    2下载:
  2. 对JPEG的压缩标准进行了仿真,主要过程DCT压缩,根据JPEG的量化矩阵对DCT结果进行量化,对量化结果进行Huffman编码。同时也实现了解压缩过程,即执行上述过程的逆过程。-JPEG compression standard of the simulation, the main process of DCT compression, according to the JPEG quantization matrix to quantify the results of the DCT,
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-26
    • 文件大小:4.51kb
    • 提供者:Justin
  1. 9854125413

    0下载:
  2. 运动估计是视频编码的关键技术,其最基本的原理是利用相邻帧间的时间 相关性,通过预测来减少时间冗余度。在实际编码中,为了节省码率,并不传 输每一帧的全部数据,而是利用运动估计求出每一帧与其预测参考帧之间的差 值。运动估计越准确,差值的分布越趋近与零,差值块的能量越小,经过变换、 量化和熵编码后所产生的码流的比特位率也越少。因此,运动估计搜索的准确 程度直接影响到了编码的压缩性能。 -Motion estimation is the key to video encodin
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-16
    • 文件大小:17.1kb
    • 提供者:罗鹏
  1. pso-image

    0下载:
  2. LGB图像压缩代码--使用LGB算法训练码本,多次训练直到收敛到一定程度。可以输出量化结果和量化信噪比-LGB image ya suo--the use of the code, many training until convergence to a certain extent. Output can be quantified and quantitative results SNR
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:3.93kb
    • 提供者:nobbe
  1. ImageCompression

    0下载:
  2. 对位图图像利用JPEG标准进行正交变换、量化、扫描从而达到压缩,同时解压显示其压缩图像。-Bitmap image using JPEG standard orthogonal transformation, quantization, scanning to achieve the compression, and decompression display the compressed image.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-28
    • 文件大小:590.95kb
    • 提供者:yingying
  1. 1231313131

    0下载:
  2. 对JPEG的压缩标准进行了仿真,主要过程DCT压缩,根据JPEG的量化矩阵对DCT结果进行量化,对量化结果进行Huffman编码。同时也实现了解压缩过程,即执行上述过程的逆过程-Matlab image compression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:162.48kb
    • 提供者:王阳
  1. VQ

    1下载:
  2. Matlab for VQ 向量量化編碼-Matlab for VQ vector quantization
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2015-03-16
    • 文件大小:1kb
    • 提供者:chihweiShiu
  1. TSVQ

    1下载:
  2. matlab TSVQ 樹狀結構向量量化編碼-matlab for TSVQ Tree-structured Vector Quantization
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2015-03-13
    • 文件大小:3kb
    • 提供者:chihweiShiu
  1. JPEG_Gray_image

    0下载:
  2. 基于JPEG的灰度图像压缩编码,内附测试图像及量化表(The gray image compression coding based on JPEG contains test image and quantization table)
  3. 所属分类:压缩解压

    • 发布日期:2018-01-04
    • 文件大小:26kb
    • 提供者:Saberzy
搜珍网 www.dssz.com