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

搜索资源列表

  1. bch

    4下载:
  2. BCH 编解码的MATLAB 实现。BCH码是一类重要而有效的纠正多个随机错误的循环码,由于该码具有严格的代数结构,所以是到目前为止研究得最为详尽、应用最为广泛的一类码,已有多种译码算法。-BCH codec of MATLAB. BCH is a kind of important and effective redress the wrong number of random cyclic code, as the code strictly algebraic structure, it
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:3178
    • 提供者:zfs
  1. 213test

    0下载:
  2. (2,1,3)卷积码搭建了简单的系统来进行纠错展示,可以实现从编码,加入错误,译码,输入输出码字对比等基本功能,另外加入了交互模块,用户可以自己设定错误比特的数目和位置,使纠错功能显而易见.-(2,1,3) Convolutional Codes built a simple system for correcting display can be realized from coding, joined errors, decoding, the input and output code c
  3. 所属分类:通讯/手机编程

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

    0下载:
  2. turbo码搭建了简单的系统来进行纠错展示,可以实现从编码,加入错误,译码,输入输出码字对比等基本功能,另外加入了交互模块,用户可以自己设定错误比特的数目和位置,使纠错功能显而易见.-turbo codes built a simple system for correcting display, from coding can be achieved by adding errors, Decoding, input and output code contrast basic functio
  3. 所属分类:邮电通讯系统

    • 发布日期:2008-10-13
    • 文件大小:2385
    • 提供者:刘奇
  1. common-1.2.16.tar

    0下载:
  2. The UCL common multimedia library implements a number of algorithms and protocols needed by a number of our applications. It compiles standalone on a range of Unix systems (Solaris, Linux, Irix, FreeBSD, MacOSX) and on Windows 95/98/NT/XP. The fol
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:247163
    • 提供者:宫圣喜
  1. Interface_of_Turbo_code_design

    1下载:
  2. 现在广义的Turbo码是指采用级联或乘积编码方法并利用迭代译码方法的编译码方案。迭代译码的基本思想是将一个的复杂的长的译码步骤分解为多个相对简单的迭代译码步骤而且在迭代译码步骤之间信息概率的转移或者是软信息的传递确保几乎没有信息损失。 根据其成员码和级联的方法的不同,Turbo码的分类 .本设计论文提供了Turbo码matlab代码以及界面设计(版权所有,仅供参考!) -now generalized Turbo code refers to the use of the product
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:463982
    • 提供者:唐盛
  1. crc16_MATLAB

    0下载:
  2. 16bit crc 编译码实例,matlab上运行。输入一行向量数字序列,获得其16bit的CRC校验码,并对其译码。-16bit crc encryption example, Matlab run. His input vector sequence number, access to its 16 bit CRC and its decoding.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:912
    • 提供者:高志斌
  1. common101

    0下载:
  2. The UCL common multimedia library implements a number of algorithms and protocols needed by a number of our applications. It compiles standalone on a range of Unix systems (Solaris, Linux, Irix, FreeBSD, MacOSX) and on Windows 95/98/NT/XP. The follow
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:305088
    • 提供者:王毅
  1. MP3编码原理

    0下载:
  2. mp3编码原理,介绍并分析mp3编码以及解码原理.包括大量图示和例子-mp3 coding theory, presents and analyzes mp3 encoding and decoding principle. Picture shows including a large number of examples and
  3. 所属分类:开发工具

    • 发布日期:2008-10-13
    • 文件大小:2690952
    • 提供者:呀虎
  1. RSA解密和加密算法的实现和应用

    0下载:
  2. RSA算法 :首先, 找出三个数, p, q, r, 其中 p, q 是两个相异的质数, r 是与 (p-1)(q-1) 互质的数...... p, q, r 这三个数便是 person_key,接著, 找出 m, 使得 r^m == 1 mod (p-1)(q-1)..... 这个 m 一定存在, 因为 r 与 (p-1)(q-1) 互质, 用辗转相除法就可以得到了..... 再来, 计算 n = pq....... m, n 这两个数便是 public_key ,编码过程是, 若资料为 a,
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1393
    • 提供者:胡康康
  1. divxecode.编解码器的xvid静态库的c++封装

    1下载:
  2. 编解码器的xvid静态库的c++封装 编码: m_vdo_enc->Encode(pBuffer) // 这里pBuffer是BGR24的320x240的数据 编码如果成功,就会自动调用PostEncHandler函数,就可以得到编码后的结果 解码: m_vdo_dec->Decode(xvid, xvid_len) // 传入的存有xvid数据的buffer和长度 解码成功后,会自动调用PostDecHandler,注意对于流媒体数据而言,在这个函数中还有
  3. 所属分类:多媒体编程

    • 发布日期:2013-09-23
    • 文件大小:5851
    • 提供者:chai
  1. conv_matlab

    0下载:
  2. 使用MATLAB实现卷积码的编译码,信源为随机产生数,进行软判决译码-Convolutional code using the MATLAB implementation of the codec, source for the randomly generated number, to soft-decision decoding
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:749
    • 提供者:吴雪
  1. turbo

    5下载:
  2. 课程设计两个程序:一:数据帧(程序每帧设置为400bit)在有扰信道传输时,采用Turbo码进行编译码。并仿真Log-MAP译码算法在不同迭代次数下的性能。 二:实现有扰信道中,不同信噪比下,采用MAP译码算法的Turbo码的性能。 以上各主程序均有做比较详细的程序注释 可直接运行turbo_main.m或LogMAP.m,稍等片刻即可观察到仿真结果 -two programs of Curriculum design : a: Data frames
  3. 所属分类:编译器/词法分析

    • 发布日期:2013-10-12
    • 文件大小:345740
    • 提供者:陈侯海
  1. da1

    0下载:
  2. HELP: coherent_ML_receiver function [separated_data]=coherent_ML_receiver(received_signal,H,code_name,rate,num_code,modulator) Perform Maximum Likelihood Space Time Decoding. The function can be computionnaly expensive if the modulation
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-30
    • 文件大小:1128
    • 提供者:dasu
  1. An_efficient_Chase_decoder_for_turbo_product_code

    0下载:
  2. Abstract—In this letter, we propose an efficient decoding algorithm for turbo product codes as introduced by Pyndiah. The proposed decoder has no performance degradation and reduces the complexity of the original decoder by an order of magni
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2013-10-13
    • 文件大小:95369
    • 提供者:cordic
  1. SphereDecoder

    0下载:
  2. 用于MIMO检测的sphere decoder程序- This function implements a soft output sphere decoder. Based on the paper: C. Studer, M. Wenk, A. Burg, and H. Blocskei: "Soft-Output Sphere Decoding: Performance and Implementation Aspects", Asilomar 2006
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:3252
    • 提供者:bennytang
  1. Infrared-decoding

    0下载:
  2. 红外解码器的汇编程序并且可以在LED显示码数适合多数红外解码-Infrared decoder assembly program and can be in LED display code number for most infrared decoding
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:1189
    • 提供者:李冰
  1. Huffman-coding-and-decoding

    0下载:
  2. 在从键盘上输入字符时,只要是键盘上的字符任何字符都能接受,并能统计出输入的一串字符串中各个字符出现的次数,作为构建哈夫曼树时的各叶子结点的权值。 本程序同时具有译码功能 -Character input from the keyboard, as long as any of the characters in the character on the keyboard can be accepted, and the statistics of the number of occurr
  3. 所属分类:Compiler program

    • 发布日期:2017-11-13
    • 文件大小:6118
    • 提供者:mary
  1. Keyboard-scanning-and-decoding

    0下载:
  2. 键盘的扫描及译码实验“若不按键盘,则6个8位数码管中的前4个全亮即显示8,剩下2个不亮;当按下0-F键中的任一个时,6个数码管的前4个皆显示8,第5个不亮,第6个显示按下的数字;当按下TRACE、STEP、HERE、EXEC、MON、LAST、NEXT时,6个数码管的前4个各显示8,第5个不亮,第6位相继显示为0、1、2、3、4、5、6。-Keyboard scanning and decoding experiment " Without the keyboard, then 6 8
  3. 所属分类:assembly language

    • 发布日期:2017-11-11
    • 文件大小:1266
    • 提供者:田红蕾
  1. k-best-sphere-decoding-algorithm

    0下载:
  2. 通过对广度优先策略中有恒定复杂度的层排序k- best 球译码算法进行分析,提出一种每节点保留可变扩展节点的层排序 k-best 球形译码算法( k-best SDA II) , 在64QAM 调制及每层保留 8 节点的实数 SDA 模型下, 通过仿真的方法得出了保留恒定扩展节点的 k-best SDA 当每节点保留扩展节点数大于等于 2 时, 性能基本不变( k-bestSDA I)-Through the breadth-first strategy in a constant layer
  3. 所属分类:Software Testing

    • 发布日期:2017-05-02
    • 文件大小:578776
    • 提供者:杨佳琳
  1. Folder for Yan

    0下载:
  2. decoding code of numbers
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:1026048
    • 提供者:michabo
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com