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. 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. 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. huffman统计文件中各字符频率

    1下载:
  2. 建立一个文本文件,统计该文件中各字符频率,对各字符进行Huffman编码,将该文件翻译成Huffman编码文件,再将Huffman编码文件翻译成原文件。 “压缩文件”即:读文件、统计文件中的字符个数、对文件进行哈夫曼编码和译码、并将编码译码后的字符存储在文件中。 根据以上任务说明,设计数据结构,并设计程序完成功能。 -Create a text file, statistical frequency of the characters in the file, the char
  3. 所属分类:密码/编码算法

    • 发布日期:2015-12-29
    • 文件大小:1057792
    • 提供者:范晓军
  1. 23fec.rar

    1下载:
  2. FEC编译码,输入3位16进制数后,进行2/3FEC编码,生成15位码,然后输入15位码(可以有误)后,进行译码,并得到16进制数,它可以纠正一位错码,检测两位错码。,FEC codec, type 3 16 hexadecimal numbers, for 2/3FEC encoding, generating 15 yards, and then enter the 15 yards (can be wrong) was conducted after the decoding, and 1
  3. 所属分类:通讯编程

    • 发布日期:2013-10-31
    • 文件大小:8721
    • 提供者:马皓
  1. Huffmancoding.rar

    0下载:
  2. 对文本文件进行huffman编码、解码 读取文本文件,并统计文件中字母个数 建立huffman树 对文件进行huffman编码 对文件进行huffman解码 ,Text documents huffman encoding, decoding to read a text file, and the number of statistical documents the establishment of letters of the document tree huffman
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:956
    • 提供者:黄庆芝
  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-28
    • 文件大小: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-27
    • 文件大小: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-28
    • 文件大小: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-12
    • 文件大小: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. Folder for Yan

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

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