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

搜索资源列表

  1. compiler

    1下载:
  2. 本编译器主要有四部分功能: 1、词法分析 编制一个读单词过程,从输入的源程序中,识别出各个具有独立意义的单词,即基本保留字、标识符、常数、运算符、分隔符五大类。并依次输出各个单词的内部编码及单词符号自身值。(遇到错误时可显示“Error”,然后跳过错误部分继续显示)。 2、语法分析之递归下降分析 递归下降分析法的前提是文法必需为LL(1)文法,此功能为验证性功能,已经给出文法,输入一符号串,验证是否属于该文法的句子即可。 3、语法分析之LL(1)预测分析 此
  3. 所属分类:CSharp

    • 发布日期:2017-11-11
    • 文件大小:635875
    • 提供者:Jagtu
  1. speech_synthetic_coder2.m

    0下载:
  2. 将原语音文件进行分析解码,用全极点模型,通过线性系统预测进行声音的合成和编码。-Original voice file for analysis by linear system predictive decoding, with the all-pole model, the sound synthesis and coding.
  3. 所属分类:其他小程序

    • 发布日期:2014-03-24
    • 文件大小:1570
    • 提供者:Qi
  1. LSP

    0下载:
  2. 语音线性预测分析,莱文森德斌算法求解参数编码-Voice linear predictive analysis, Levin Sunderbans Bin Algorithm parameters coding
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-11-07
    • 文件大小:4611
    • 提供者:赵瑞丰
  1. predictcode

    0下载:
  2. 数字图像预测压缩编码程序,基于matlab软件-The code of prediction for image compression.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-08
    • 文件大小:569
    • 提供者:jkjyy
  1. audio-compression-program

    0下载:
  2. 音频无损压缩程序,加入随机噪声,利用前向预测算出预测误差,再用熵编码,组帧,最后解码-Lossless audio compression program, by adding random noise to the prediction error is calculated using the forward prediction, and then entropy coding, framing, and finally decoding
  3. 所属分类:matlab

    • 发布日期:2017-11-19
    • 文件大小:6532096
    • 提供者:李鹏飞
  1. Compress

    0下载:
  2. 预测法去除图像间的数据相关性,然后用区域等长法进行编码解码,期中包括与霍夫曼编码的对比-Prediction method to remove the image data, and then use the area as long as law codec, mid-term, including comparison with Huffman coding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-16
    • 文件大小:5763
    • 提供者:xixihaha
  1. mynetwork

    0下载:
  2. 以Java为程序设计语言,运用强大的JDK工具包,在Eclipse3.2的平台上,以基因数据为研究对象,设计出一款基于人工神经网络数据挖掘的生物信息分析软件。根据基因数据结构,对基因序列的碱基进行编码变换;用户则根据自己的需求通过人机交互界面来自定义网络某些参数,将样本基因数据传入到神经网络当中,继而进行有限次迭代处理,不断调整分布处理单元的连接强度。最后将目标基因数据输入到已经锻炼好的网络中,来对目标基因的未知序列进行预测。运行结果:软件能够无误的运行,且能够较好的对基因序列进行预测。-A J
  3. 所属分类:JavaScript

    • 发布日期:2017-11-13
    • 文件大小:12800
    • 提供者:yoyo
  1. HSADPCM

    0下载:
  2. 利用ADPCM技术压缩心音信号,函数的预测方法和量化码书基于IMA标准,对于输出误差还可以进一步编码压缩-Heart sound signals using the ADPCM compression technology, function prediction methods and quantization codebook based IMA standard for encoding the output error can be further compressed
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-14
    • 文件大小:421888
    • 提供者:Sun
  1. G728

    0下载:
  2. G728(LD-CELP)即低时延码激励线性预测,编码实现代码分析-G728 (LD-CELP) ie, low-delay code excited linear prediction coding to achieve code analysis
  3. 所属分类:software engineering

    • 发布日期:2017-11-12
    • 文件大小:53805
    • 提供者:雷有贤
  1. imageprocessing

    0下载:
  2. 图像处理的GUI界面,包含灰度直方图生成,图像预测法压缩编码,图像腐蚀和膨胀,损失和复原,以及各种算子的边缘检测-Image Processing GUI interface, including histogram generation, image compression encoding prediction method, image erosion and dilation, the loss and recovery, as well as a variety of edge det
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-05
    • 文件大小:508996
    • 提供者:yuanman
  1. intra-prediction

    0下载:
  2. H.264/AVC视频编码帧内预测模型的详细解释-H.264/AVC video coding intra prediction model explained in detail
  3. 所属分类:Graph program

    • 发布日期:2017-04-03
    • 文件大小:236969
    • 提供者:万勤
  1. calc_lpc

    0下载:
  2. 计算语音编码中的线性预测系数,采样自相关法计算。-Speech coding calculating the linear prediction coefficients, sampling the autocorrelation method.
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-01
    • 文件大小:1058
    • 提供者:wu donghai
  1. Untitled6

    0下载:
  2. 预测反褶积matlab编码,适合初学者学习和使用-predictive deconvlution
  3. 所属分类:ELanguage

    • 发布日期:2017-04-04
    • 文件大小:551
    • 提供者:alifu
  1. H264_DM6437

    0下载:
  2. H.264标准是ITU.T视频编码专家组和ISO IEC活动图像专家组共同组成的联合视频组开发的新一代视频压缩标准。H.264高效的编码效率建立在其高复杂度的编码算法基础上,而采用具有较强并行处理能力的C64x+DSP芯片的达芬奇(Davinci)技术平台,则以较高的运算性能和丰富的外围接口成为目前实现视频应 用系统的理想平台。本文对H.264编码算法的帧间及帧内预测算法进行改进,并进行了H.264编码器在DM6437平台上的移植和优化。-H.264 was jointly proposed
  3. 所属分类:File Formats

    • 发布日期:2017-05-13
    • 文件大小:3186821
    • 提供者:王鑫
  1. Research-LTE-A-pre-coding-

    0下载:
  2. 本文首先概述了预编码技术的发展历史、基本原理和研究意义。重点介绍了预编码技术在LTE及LTE-A系统中的应用,最后对预编码技术的发展趋势做出预测及综合评论。-This paper outlines the history of pre-coding technology, the basic principles and significance. Focuses on the pre-coding technology in LTE and LTE-A system, and finally
  3. 所属分类:Development Research

    • 发布日期:2017-03-28
    • 文件大小:18007
    • 提供者:黄锐
  1. DPCM_code

    0下载:
  2. DPCM 预测图形编码的matlab实现方案-DPCM predictive coding matlab graphical implementation
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-06
    • 文件大小:56495
    • 提供者:xiaobo
  1. fillReferenceSamples

    0下载:
  2. 最新视频编码标准HEVC的帧内预测部分的函数,fillReferenceSamples-Function intra prediction part of the latest video coding standard HEVC, fillReferenceSamples
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:2235
    • 提供者:柯小林
  1. iniAdiPatten

    0下载:
  2. 最新视频编码标准HEVC的HM模型 帧内预测部分 iniAdiPattern函数 -coding hevc
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:2401
    • 提供者:柯小林
  1. estIntraPredQT

    0下载:
  2. 最新视频编码标准HEVC的HM模型 帧内预测部分 estIntraPredQT函数 实现亮度预测 注释-hevc of hm model
  3. 所属分类:Picture Viewer

    • 发布日期:2017-03-30
    • 文件大小:4369
    • 提供者:柯小林
  1. H264rtp

    0下载:
  2. VC++与H264流媒体RTP编程资料+源代码打包,这些资料包括:H.264编码算法的完整源代码,H264帧内预测算法的研究与优化.pdf,RFC3550协议资料中文版.doc、NALDecoder源码实例包等,是研究H264相关编程的参考资料。-VC++ programming and H264 RTP streaming data+ source code package, these data include:.. H.264 encoding algorithm complete sou
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-18
    • 文件大小:4616814
    • 提供者:bpudn78
« 1 2 ... 18 19 20 21 22 2324 25 26 »
搜珍网 www.dssz.com