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

搜索资源列表

  1. 哈夫曼编码最终程序

    1下载:
  2. 哈夫曼编译码程序,可以对任意给定的字符串进行编译码,并将生成的中间编码写入到文件-Huffman coding and decoding process can be arbitrary to the strings encryption and code generation into the middle of the document
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:2652
    • 提供者:胡斌
  1. CRC算法和c语言实现

    1下载:
  2. CRC的全称为Cyclic Redundancy Check,中文名称为循环冗余校验。它是一类重要的线性分组码,编码和解码方法简单,检错和纠错能力强,在通信领域广泛地用于实现差错控制-CRC called the Cyclic Redundancy Check, the Chinese name of the Cyclic Redundancy Check. It is an important class of linear block codes, encoding and decoding
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:28050
    • 提供者:jojo
  1. G代码编译器

    2下载:
  2. 对国际标准的ISO GM 数控机床加工代码进行解码和编码,并优化数控程序代码,压缩通讯信息量,提高通讯速度,给下位机(如DSP,FPEA)提供能够处理的数据-of international standards ISO GM CNC machine code decoding and encoding, and NC code optimization, compression communication of information, improving communication speed
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:744453
    • 提供者:陈杉
  1. viterbi

    0下载:
  2. 卷积码的译码方法主要有两种:代数译码和概率译码。代数译码是根据卷积码的本身编码结构进行译码,译码时不考虑信道的统计特性。概率译码在计算时要考虑信道的统计特性。典型的算法如:最大似然译码、Viterbi译码、-Convolutional Decoding by two major ways : Decoding algebra, probability and decoding. Decoding is based on algebraic Convolutional Codes itself c
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:8336
    • 提供者:姚中华
  1. 曼彻斯特码

    1下载:
  2. 今天看了一下从fpga上下的曼彻斯特编解码的程序,感觉不是很清楚,仿真了一下,更迷茫了,大家看看为啥这程序要这么编呢? 程序比较长,不过写的应该还是不错的,看了后应该有收获。 总的思路是这样: 1 通过一个高频的时钟检测wrn信号,如果检测到上升沿,则表明开始编码,将输入的8位数据转为串行,并编码,然后输出。 2 定时信号是从高频时钟16分频后得到的,在wrn上升沿后16分频使能,在编码结束后禁止分频输出。 3 no_bits_sent记录串行输出的位数,应该是从0010到1
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:5232
    • 提供者:游畅
  1. GSM 终端编程开发PDU码短信

    0下载:
  2. 介绍计算机上实现gsm modem短消息收发的模式,描述gsm modem PDU 模式,包括PDU 模式下的gsm modem模块UCS2 编码、解码原理,以及gsm modem发送与接收PDU 串的编制方式, VB 中的MSCOMM 控件,实现gsm modem短消息收发的核心内容。-briefed on computer modem gsm SMS transceiver model, described GSM modem PDU models, including the PDU mo
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:90266
    • 提供者:施登峰
  1. rs.tar

    0下载:
  2. RS信道编码,可设置域的大小,编码和译码功能齐全,运行在UNIX下-RS channel coding, domain can be set up to the size, encoding and decoding fully functional, running under UNIX
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:28919
    • 提供者:马林华
  1. 最常用的卷积码的维特比C程序viterbi-3.0.1.tar

    2下载:
  2. 维特比译码的C程序,专门用于卷积码的解码!希望对大家有所帮助!-Viterbi decoding C program devoted to convolutional code decoder! We want to help!
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:14654
    • 提供者:王建
  1. viterbi1

    0下载:
  2. 一个很好的viterbi译码算法!卷积码的编译码!-a good Viterbi decoding algorithm! Convolutional Codes of encryption!
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:5482
    • 提供者:林雨
  1. reed-solomon-3.1.1

    0下载:
  2. RS reed-solomon 纠错码 编码以及译码源程序,非常好用,我项目中用的就是这个。-RS reed-solomon error correction coding and decoding source, very convenient, I used item is this.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:54729
    • 提供者:陈刚
  1. SPA

    0下载:
  2. LDPC采用Sum-Product译码算法的程序Java语言版。-LDPC used Sum-Product decoding algorithm procedures version of the Java language.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:2379
    • 提供者:尹浩
  1. Viterbi-decoding

    1下载:
  2. 通信系统的仿真,Viterbi译码可用于卷积码等的译码解决方案,可以用于通信领域,本例子给出了基于matlab的程序,可用于实际的仿真!-communications system simulation, Viterbi decoder can be used as a convolutional code decoding solution, communications can be used, the example is given of the procedures based on
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:903
    • 提供者:陈榧
  1. TPC-decode.rar

    8下载:
  2. MATLAB环境下实现了基于Chase II译码算法的Turbo乘积码[TPC]译码的程序。,MATLAB-based implementation environment Chase II decoding algorithm of Turbo Product Code [TPC] decoding process.
  3. 所属分类:通讯编程

    • 发布日期:2012-12-07
    • 文件大小:3349
    • 提供者:李海莲
  1. 59564354encoding_and_decoding_of_Turbo_use_matlab

    0下载:
  2. Turbo encoding and decoding Algorithm
  3. 所属分类:Communication

    • 发布日期:2017-04-29
    • 文件大小:441992
    • 提供者:Imran
  1. BCH

    0下载:
  2. 一种BCH码编译码的实现 一种用可编程逻辑器件和单片机实现BCH码编、译码的方案-Encoding and decoding a BCH code with the realization of a single-chip programmable logic devices and for the realization of BCH codes, decoding of the program
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:31121
    • 提供者:peng
  1. Errors_Erasures_ASL

    0下载:
  2. Reed-Solomon step by step erasure decoding using berlekamp-Massey algorithm.
  3. 所属分类:Communication

    • 发布日期:2017-05-01
    • 文件大小:659478
    • 提供者:Farnaz Shayegh
  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. AB

    0下载:
  2. 基于MMSE准则LS /涡轮译码算法和平衡MIMO迭代算法的性能比较-Based on MMSE criterion LS/Turbo decoding algorithm and balanced MIMO iterative algorithm performance comparison
  3. 所属分类:Communication

    • 发布日期:2017-03-31
    • 文件大小:5249
    • 提供者:huangpeng
  1. tongxinfangzhen2

    1下载:
  2. 对给定语音信号进行抽样、量化和13折线PCM编码,经过传输后,接收端进行PCM译码,对此过程进行matlab仿真分析。-Given speech signal sampling, quantization and PCM 13 line coding, after transmission, the receiver for PCM decoding, matlab simulation of this process
  3. 所属分类:Communication

    • 发布日期:2017-04-07
    • 文件大小:47711
    • 提供者:贾也
  1. Huffman-coding-and-decoding

    1下载:
  2. 基于MATLAB的霍夫曼编码及解码源代码,可用于通信系统的MATLAB仿真-MATLAB simulation based on MATLAB Huffman coding and decoding source code can be used for the communication system
  3. 所属分类:Communication

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