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

搜索资源列表

  1. my_lzw_coding

    0下载:
  2. LZW算法的编码器,使之能对大写英文字母构成的字符串编码 -LZW algorithm for the encoder, so it will be able to capitalize alphabetical constitute string coding
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1065
    • 提供者:吕亮
  1. project语音编码

    2下载:
  2. wav声音文件的通过多脉冲激励编码器,长时预测合成新的声音文件-wav sound files through the multi encoder pulse excitation, long forecast synthesis of new voice
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:3618673
    • 提供者:交交
  1. pcmcode

    0下载:
  2. 将输入A律PCM编码器的正弦信号采样,进行PCM编码,求出编码器的输出码组序列。-legal importation A PCM encoder sinusoidal signal sampling, PCM coding, coding obtained the output code sequence.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:28945
    • 提供者:刘奇
  1. adaptive_arithmetic

    0下载:
  2. 自适应算术编码的实现,包括编码器和解码器。在vc++.net 2003下开发。-adaptive arithmetic coding implementation, including the encoder and decoder. In vc. Net 2003 under development.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:27240
    • 提供者:沈宏伟
  1. 费诺编码

    0下载:
  2. 一个费诺编码器,输入N个总和为1的小数,就可以得到N个费诺码-a fee Connaught encoder input N sum of a minority, it can be N Connaught yards charges
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:43994
    • 提供者:懂懂懂
  1. DCT_32

    0下载:
  2. 快速DCT算法32位的C语言实现,乘法次数最少,可嵌入编码器及解码器使用- Fast DCT the algorithm 32 C language realization, the multiplication number of times are least, may insert the encoder and the decoding use
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-12-08
    • 文件大小:4930
    • 提供者:周辉
  1. solutionof_yasuo

    0下载:
  2. 一种比较常见的matlab压缩算法,是编码器和视频系统的常见算法-A relatively common compression algorithm matlab is encoder and video systems common algorithm
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:805
    • 提供者:linzk
  1. Convolutional_codes_MATLAB

    0下载:
  2. 卷积码的MATLAB实现,包括编码器和译码器。-Convolutional codes of MATLAB to achieve, including the encoder and decoder.
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:580106
    • 提供者:
  1. Turboencoding

    0下载:
  2. 本程序详细地描述了TD-SCDMA的Turbo编码器和Turbo译码器,对大家的学习很有帮助-This procedure is described in detail TD-SCDMA' s Turbo encoder and Turbo decoder, to all of us to learn very helpful
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:10487
    • 提供者:雨儿
  1. RS(244_212)

    0下载:
  2. 一款RS缩短码的源代码,可修改其中主程序的数据变任意一种RS码的编码器,此程序经多次验证均正确,且采用标准代码格式描写,易读。-A shortened RS code source code, which can modify data in the main program code change any of the RS encoder, this procedure has been repeatedly verified are correct, and the use of stan
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:9238
    • 提供者:pengkerong
  1. h263decoder

    0下载:
  2. H.263视频编码源代码,在源端视频信息帧被捕捉并被通过视频编码器进行编码。压缩的帧被通过网络或是电信联接传输走,并在视频解码端进行解码。解码过的帧就可以被显示了。-H.263 video encoding source code, the source end of the video information frames to be captured and is encoded by video encoder. Compressed frame is transmitted throug
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:75595
    • 提供者:cain
  1. Encoder

    0下载:
  2. 通用汉明码编码器,并加入容错处理,MATLAB源程序-General Hamming code encoder, and add fault tolerance
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1457
    • 提供者:michael
  1. Hviterbi

    1下载:
  2. 实现卷积编码和相应的维特比译码(卷积码编码器为(2,1,3),维特比译码针对第1、3位模二加和第1、2位模二加)-Convolutional coding and the corresponding realization of Viterbi decoding (convolutional code encoder for the (2,1,3), Viterbi decoder bit mode for the first 1,3 and 1,2 position two plus two
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:2260
    • 提供者:张程
  1. cyclic_coder

    1下载:
  2. (7,4)系统循环码编码器 code_out = cyclic_coder(code_in) 该系统循环码编码器的生成多项式是g(x) = x^3 + x + 1 输入参数code_in是信息码字,是1×4的行向量;输出code_out是编码后的系统 循环码字,是1×7的行向量。 函数运行时,同时画出输入信息码字和循环码字的波形图。- (7,4) cyclic code system Encoder code_out = cyclic_coder (code
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1005
    • 提供者:wangxiaoyu
  1. MPEG2的开源编码器

    0下载:
  2. 一个很好用的MPEG2的开源编码器,使用汇编代码优化,效率很高。-a good use of the revenue MPEG2 encoder, the use of assembly code optimization, high efficiency.
  3. 所属分类:压缩解压

    • 发布日期:2014-02-25
    • 文件大小:7720926
    • 提供者:testsb
  1. 栈式自编码器相关程序

    1下载:
  2. 使用栈式自编码器实现光学图像的自动识别,程序完整,程序中已经包括训练和测试使用的样本,程序运行结果良好,适合进行机器学习的同行进行学习和研究。(Use the stack automatic recognition, optical image encoder to achieve self program integrity, training and testing samples have been used including program, program operation res
  3. 所属分类:数值算法/人工智能

  1. NNRec-master

    0下载:
  2. 基于自编码器的协同推荐算法,使用python实现(Collaborative recommendation algorithm based on self encoder, using Python implementation)
  3. 所属分类:数据挖掘

    • 发布日期:2018-01-10
    • 文件大小:600064
    • 提供者:Peydon
  1. 哈夫曼编码器,译码器问题

    0下载:
  2. 完成哈夫曼编码,译码问题,用C语言实现编码器,译码器的功能。(Complete the Hoffman code, decoding the problem, using the C language to implement the encoder, decoder functions.)
  3. 所属分类:数据结构

    • 发布日期:2018-04-28
    • 文件大小:314368
    • 提供者:朱达
  1. auto-encoder-reduce

    1下载:
  2. keras实现的自编码器,以及卷积自编码器,其中的sasi.pkl是从一张高光谱图像中截取的某些部分(autoencoder based on keras)
  3. 所属分类:数学计算

    • 发布日期:2018-08-28
    • 文件大小:2048
    • 提供者:beiluo
  1. Q4_1

    1下载:
  2. 已知(10,6)系统循环码的生成多项式为:g(x)=x4+x+1,请设计该循环码的编码器。输入随机码元序列长度至少1000位。按照错误概率Pe随机产生差错图样,得到实际接收码字。 根据接收到的码字进行译码,计算误码率。调整Pe的大小,画出误码率与Pe之间的关系曲线。程序难度不大,如需要其他参数请自行调整。有问题可以私聊。(The generating polynomial of known (10, 6) system cyclic codes is g (x) =x4+x+1, please
  3. 所属分类:matlab例程

    • 发布日期:2018-06-18
    • 文件大小:66560
    • 提供者:法诺饭特稀
« 12 3 4 5 6 »
搜珍网 www.dssz.com