CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - quantization decoding MATLAB

搜索资源列表

  1. jpeg2avihojoon

    0下载:
  2. This a JPEG encoding & decoding program of still image. It does not use level shifting. Discrete Cosine transform (DCT) is performed both by classical & Chen s Flowgraph methods. Predefined JPEG quantization array & zigzag order are used here. RUN -
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1448
    • 提供者:Ho Joon Lee
  1. jpeg_encode+decoderhojoon

    1下载:
  2. This a JPEG encoding & decoding program of still image. It does not use level shifting. Discrete Cosine transform (DCT) is performed both by classical & Chen s Flowgraph methods. Predefined JPEG quantization array & zigzag order are used here. RUN -
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:2938
    • 提供者:Ho Joon Lee
  1. rgbquadtreehojoon

    0下载:
  2. This a JPEG encoding & decoding program of still image. It does not use level shifting. Discrete Cosine transform (DCT) is performed both by classical & Chen s Flowgraph methods. Predefined JPEG quantization array & zigzag order are used here. RUN -
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:128452
    • 提供者:Ho Joon Lee
  1. CadTool_ETRI_Final

    1下载:
  2. This a JPEG encoding & decoding program of still image. It does not use level shifting. Discrete Cosine transform (DCT) is performed both by classical & Chen s Flowgraph methods. Predefined JPEG quantization array & zigzag order are used here. RUN -
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-30
    • 文件大小:189368
    • 提供者:Ho Joon Lee
  1. ulawcompander.m

    0下载:
  2. Companding is essentially a technique for achieving non-uniform quantization. There are basically 2 methods which are most popular in literature.:-A-law companding and u-law companding. These algorithms help in achieving to an extend, compression. Th
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:724
    • 提供者:shanil
  1. encodinganddecoding

    0下载:
  2. 实现对视频图像的游程编码和解码。过程包括:二维DCT变换、量化及游程编码。 一般来讲对于视频的I帧进行恢复,其信噪比可达到38DB以上。-Implementation of the video image encoding and decoding run-length. Process includes: two-dimensional DCT transform, quantization and run-length encoding. In general, I frame for
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:6947
    • 提供者:zrs
  1. mvq

    0下载:
  2. 用LBG算法对图像进行矢量量化,并实现了图像解码,图像解码视觉效果良好。-realized image vector quantization employed the LGB algorithm, and achieved the image decoding, image decoding visual effect is good.
  3. 所属分类:matlab

    • 发布日期:2017-05-10
    • 文件大小:2124121
    • 提供者:
  1. tongxinfangzhen2

    1下载:
  2. 对给定语音信号进行抽样、量化和13折线PCM编码,经过传输后,接收端进行PCM译码,对此过程进行matlab仿真分析。-Given speech signal sampling, quantization and PCM 13 line coding, after transmission, the receiver for PCM decoding, matlab simulation of this process
  3. 所属分类:Communication

    • 发布日期:2017-04-08
    • 文件大小:47711
    • 提供者:贾也
  1. VQ-Jwan

    0下载:
  2. this function perform block vector quantization encoding and decoding for still image by using matlab program
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:920449
    • 提供者:mujeeb
  1. Communication-system

    0下载:
  2. 通信系统的matlab仿真,实现抽样量化、信源编码解码,信道编码解码,调制解调-Matlab simulation of the communication system, sampling quantization, source coding and decoding, channel coding and decoding, modulation and demodulation
  3. 所属分类:matlab

    • 发布日期:2017-05-25
    • 文件大小:8424807
    • 提供者:张奇
  1. PCM

    0下载:
  2. MATLAB环境下的Simulink仿真平台,构建PCM编码与解码电路图,对模拟信号进行采样、量化、编码, 将编码后的信号输入信道再进行PCM解码,还原出原信号.建立仿真模型,分析仿真波形。-MATLAB environment Simulink simulation platform to build PCM encoding and decoding circuit diagram of the analog signal is sampled, quantization, encoding
  3. 所属分类:software engineering

    • 发布日期:2017-11-21
    • 文件大小:1380137
    • 提供者:hejing
  1. convolutional-code

    2下载:
  2. (1) 在c或matlab环境下实现卷积码编码模块,并嵌入实验一的通信链路中,要求编码模块有一定通用性可以设定约束长度、卷积码抽头系数; (2) 设定约束度分别为7、9的1/2卷积码,仿真分析这些码的硬判决译码性能、绘制误码性能曲线,对比不同约束度下卷积码的性能,分析译码复杂性; (3) 设定约束度为7的1/2卷积码,进行无量化软判决译码,仿真分析比较软硬判决译码性能; (4) 设定约束度为7的1/2卷积码,量化比特分别为3、4、5、6,仿真分析比较量化对误码性能的影响; (5)
  3. 所属分类:Other systems

    • 发布日期:2016-11-21
    • 文件大小:2048
    • 提供者:刘介园
  1. pcmgui

    1下载:
  2. 于matlab gui 平台的pcm语音信号处理,其中包括抽样、量化、编码、解码,及其时域频域图建Matlab GUI界面通常有两种方式: 1,使用 .m 文件直接动态添加控件 2. 使用 GUIDE 快速的生成GUI界面 显然第二种可视化编辑方法算更适合写大型程序- Matlab gui based pcm voice signal processing platform, including sampling, quantization,
  3. 所属分类:汇编语言

    • 发布日期:2017-06-07
    • 文件大小:1612491
    • 提供者:高山
  1. based-fmtge

    0下载:
  2. 利用matlab进行基于小波变换的图像量化编解码 不错的 很好-By using of matlab based on wavelet transform image quantization decoding good is very good
  3. 所属分类:2D Graphic

    • 发布日期:2017-12-13
    • 文件大小:2048
    • 提供者:vfnknj
  1. LCJO2

    0下载:
  2. 利用matlab进行基于小波变换的图像量化编解码 不错的 很好(By using of matlab based on wavelet transform image quantization decoding good is very good)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-30
    • 文件大小:1024
    • 提供者:dlrkvatjon
  1. JPEG

    4下载:
  2. 使用matlab实现的jpeg基本系统,输入为灰度图像,输出为使用‘0’‘1’字符表示的字符串。 包括dct编码与解码、量化与反量化,Huffman编码与解码(The JPEG basic system implemented with MATLAB is entered into a gray image, and the output is a string represented with a '0' '1' character. Including DCT coding and de
  3. 所属分类:Windows编程

    • 发布日期:2018-01-10
    • 文件大小:224256
    • 提供者:笨笨木木
  1. 压缩程序

    1下载:
  2. 差分脉冲编码调制(DPCM)的matlab模块仿真,实现抽样,量化,预测,编码并解码(The MATLAB module of differential pulse code modulation (DPCM) is simulated to realize sampling, quantization, prediction, coding and decoding.)
  3. 所属分类:matlab例程

    • 发布日期:2020-06-29
    • 文件大小:100352
    • 提供者:316145884
搜珍网 www.dssz.com