CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 预测编码

搜索资源列表

  1. chap10_9

    0下载:
  2. 利用一阶预测编码方法对图像进行编解码,具体实现的MATLAB代码-Using the first-order predictive coding method for image codec, concrete realization of MATLAB code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:993
    • 提供者:冷君阁
  1. yucebianma

    0下载:
  2. 这是一个实现数字图像进行预测编码的matlab程序。直接调用该程序即可实现对图像进行预测编码。-This is a digital image predictive coding matlab program. The program can be realized directly call for predictive coding.
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:168460
    • 提供者:Eric Wang
  1. Vc6_Image

    0下载:
  2. VC++图像处理及源码包(大全)包括下列内容:1.数字图像获取,处理及实践应用电子书 2.数字图像获取,处理及实践应用电子书分章节源码 3.书中提及的各种算法的综合源码。压缩包里面包括的算法代码有:分章节源码内容:内容:对比度增强、灰度变换法、直方图修整法、图像平滑、图像锐化、伪彩色和假彩色增强;逆滤波复原、维纳滤波方法;傅立叶变换、离散余弦变换(DCT)、沃尔什变换、基于特征向量的变换、霍特林(Hotelling)变换、SVD变换、小波变换、Mallat算法;霍夫曼(Huffman)编码、算术
  3. 所属分类:Graph program

    • 发布日期:2017-06-02
    • 文件大小:15011263
    • 提供者:namejiang
  1. sztxcl_ex5

    0下载:
  2. DPCM预测编码,自己写的,保证可以运行!-DPCM predicting code
  3. 所属分类:matlab

    • 发布日期:2017-04-24
    • 文件大小:36924
    • 提供者:Frank
  1. Numerical-Recipes

    0下载:
  2. 内容包括:线性方程组的求解,逆矩阵和行列式计算,多项式和有理函数的内插与外推,函数的积分和估值,特殊函数的数值计算,随机数的产生,非线性方程求解,傅里叶变换和FFT,谱分析和小波变换,统计描述和数据建模,常微分方程和偏微分方程求解,线性预测和线性预测编码,数字滤波,格雷码和算术码等。全书内容丰富,层次分明,是一本不可多得的有关数值计算的C语言程序大全。本书每章中都论述了有关专题的数学分析、算法的讨论与比较,以及算法实施的技巧,并给出了标准C语言实用程序。-Include: solving lin
  3. 所属分类:Algorithm

    • 发布日期:2017-04-24
    • 文件大小:399533
    • 提供者:Zhao Jinwei
  1. xianxingyucebianma

    0下载:
  2. 自己写的相关性检测和线性预测编码的小程序,可以作为初学者的参考-Write their own correlation detection and the linear predictive coding of small procedures, can be used as a beginner s reference
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:627
    • 提供者:程凡永
  1. MATLAB-GUI-kongzhijiemian

    0下载:
  2. 本程序实现对图像的打开、退出操作,以及图像旋转、添加噪声、图像平滑(椒盐噪声处理、均值低通滤波处理、中值滤波处理)、图像直方图显示、预测编码,在MATLAB中用GUI实现。-This program implements the image is opened, quit the operation, as well as image rotation, adding noise, image smoothing (salt and pepper noise processing, the me
  3. 所属分类:matlab

    • 发布日期:2017-05-07
    • 文件大小:1059473
    • 提供者:konghao
  1. project2

    0下载:
  2. 读入文件,对文件进行无损预测编码和解码,然后对文件进行DM编码和解码-Read the file, the file lossless predictive coding and decoding, and then the file encoding and decoding DM
  3. 所属分类:Audio program

    • 发布日期:2017-04-13
    • 文件大小:1668
    • 提供者:张璐
  1. G.729--code

    0下载:
  2. G.729线性预测编码的算法和有关程序的详细说明-G.729 Linear predictive coding
  3. 所属分类:DSP program

    • 发布日期:2017-04-27
    • 文件大小:32620
    • 提供者:guo
  1. G729a_lib

    0下载:
  2. G.729的全名Code Excited Linear Prediction Model (CELP) and Conjugate-Structure Algebraic CELP (CS-ACELP). 共轭结构-代数码激励线性预测编码. -Code Excited Linear Prediction Model (CELP) and Conjugate-Structure Algebraic CELP (CS-ACELP
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:38437
    • 提供者:曹旭辉
  1. main2

    0下载:
  2. 使用Matlab,采用LPC线性预测编码对wav语音文件进行压缩编码-Using Matlab, using linear predictive coding LPC voice wav file compression
  3. 所属分类:Voice Compress

    • 发布日期:2017-03-30
    • 文件大小:913
    • 提供者:qi xiong
  1. lpc

    1下载:
  2. 线性预测编码(LPC)算法压缩语音。MATLAB实现。计算预测系数和增益。-Linear predictive coding (LPC) algorithm
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-12
    • 文件大小:1524
    • 提供者:许萌翻
  1. comprehensive

    0下载:
  2. 线性预测编码器解码器,基于Matlab亲测可用,欢迎大家下载-Linear predictive coder
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:658
    • 提供者:SC
  1. yucebianma

    0下载:
  2. 预测编码的matlab实现代码,DPCM-DPCM prediction coding matlab code
  3. 所属分类:source in ebook

    • 发布日期:2017-04-15
    • 文件大小:6551
    • 提供者:念念
  1. Intra_pre

    0下载:
  2. h.265预测编码文件,可以计算预测误差,恢复图像,PSNR-the predictional code of h.265,it can calculate the error of prediction
  3. 所属分类:Audio program

    • 发布日期:2017-05-21
    • 文件大小:5957339
    • 提供者:刘梦
  1. ZT5

    0下载:
  2. 对图象p04-03实施预测编码和解码,并将原图象与解码图象进行方差计算,考察解码后图象的视觉效果。预测模型为: -Image p04-03 implementation of predictive coding and decoding, and the original image and the decoded image variance calculation, study the decoded picture visual effects. Prediction model:
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1196
    • 提供者:zhang
  1. DPCM

    0下载:
  2. 采用MATLAB 实现基本的预测编码DPCM 可以直接读取图像数据-Using MATLAB to achieve the basic DPCM predictive coding can read image data directly
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-13
    • 文件大小:1878
    • 提供者:陈广进
  1. r_d6civ3

    0下载:
  2. 常用的MATLAB图像压缩编码,通过matlab实现,其中包含了DM编码、变换编码(FFT和DCT)、算术编码、行程编码、temp编码、线性预测编码和一个近似的temp1编码过程。本人通过MATLAB编码效率很高。 -Commonly used MATLAB image compression coding, through matlab implementation, which includes the DM coding, transform coding (FFT and DCT),
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:8708
    • 提供者:c1bimr
  1. r_dox484

    0下载:
  2. 常用的MATLAB图像压缩编码,通过matlab实现,其中包含了DM编码、变换编码(FFT和DCT)、算术编码、行程编码、XsnPcD编码、线性预测编码和一个近似的OJtxtVK编码过程。本人通过MATLAB编码效率很高。 -Commonly used MATLAB image compression coding, through matlab implementation, which includes the DM coding, transform coding (FFT and D
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3998
    • 提供者:9vyf2m
  1. r_f9rnl4

    0下载:
  2. 常用的MATLAB图像压缩编码,通过matlab实现,其中包含了DM编码、变换编码(FFT和DCT)、算术编码、行程编码、qVsQCG编码、线性预测编码和一个近似的IwTkNpb编码过程。本人通过MATLAB编码效率很高。 -Commonly used MATLAB image compression coding, through matlab implementation, which includes the DM coding, transform coding (FFT and D
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:11370
    • 提供者:wy6y2n
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 24 »
搜珍网 www.dssz.com