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

搜索资源列表

  1. CordlessPhone

    0下载:
  2. 无绳电话模拟系统 应用到循环码的校验和纠错-Cordless telephone simulation system applied to the cycle of checking and correcting code
  3. 所属分类:VOIP program

    • 发布日期:2017-04-01
    • 文件大小:7464
    • 提供者:xupan
  1. suanshu

    0下载:
  2. 首先,计算出码元符号集中各个码元的累积概率,并存放在F数组里面。 然后,开始循环编码,直至输入序列循环完毕。 最后,将所得的累计概率由小数形式转化成二进制形式。 对解码。首先,计算码元符号集中各个码元的累积概率,并存放在F数组里面。 然后,开始循环解码,此次循环是在码元符号集中,由高概率码元向低概率码元循环,这是由于编码的输出肯定是不大于高概率码元的累积概率的。那么如果我们从高到底循环,所找到的第一个小于编码结果fs的码元即为所译码的码元。 最后,我们可以利用此码
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:1207
    • 提供者:张继红
  1. ADSL

    0下载:
  2. 用DELPHIP写的定时关机,ADSL循环拨号程序源码-Timing shutdown, ADSL dial-up program source cycle
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:4040
    • 提供者:独行客
  1. CRC

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

    • 发布日期:2014-11-26
    • 文件大小:809
    • 提供者:lu xin
  1. vhdl

    0下载:
  2. 循环码编译码程序,用c语言编程的 该for 循环计算码组的后3 个码元-Cyclic code encoding and decoding procedures, with c language programming cycle of the calculation of the code group for the three yards after the yuan
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2016-05-14
    • 文件大小:13290
    • 提供者:小小
  1. cyclostationary_toolbox

    0下载:
  2. 循环平稳源码,文件齐全,包含了经常用到的各种循环平稳的函数-cylic
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:26558
    • 提供者:wzngzemin
  1. ECCcodedesign

    0下载:
  2. 通讯差错控制编码理论,分组码循环码BCH码设计理论指导-Communication error control coding theory, block code BCH cyclic code code design theory to guide
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-10
    • 文件大小:1700119
    • 提供者:qq
  1. encode_decode

    0下载:
  2. 循环码的编译码器matlab源码,能够观察输入信码,自由输入噪声,观察输出码字-Cyclic code codec matlab source code, were able to observe the letter type code, free input noise to observe the output code word
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:6432
    • 提供者:jiang
  1. DetectionandIdentificationofCyclostationarySignals

    0下载:
  2. 一篇关于循环谱算法的文章,写得比较详细,但其中的源码可能有些问题-An algorithm on the cyclic spectrum of articles written in more detail, but the source may be some problems
  3. 所属分类:Data structs

    • 发布日期:2017-05-12
    • 文件大小:2738931
    • 提供者:cc
  1. DPCM

    1下载:
  2. 通信原理课程设计:语音信号基带通信传输系统仿真基于DPCM编码和循环码 -Communication Theory Course Design: speech signal base-band telecommunication transmission system simulation Based on DPCM coding and cyclic codes
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:511552
    • 提供者:黄蓉
  1. gsm_efs

    0下载:
  2. 用matlab实现的GSM TCH/EFS系统在高斯信道、瑞利信道下的性能仿真,其中用到了循环编码、卷积码、交织码等信道编码技术-Using matlab to achieve GSM TCH/EFS system in the Gaussian channel, Rayleigh channel the performance of simulation, which uses a loop encoding, convolutional codes, interleaving codes c
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:13781
    • 提供者:王肖肖
  1. 3-5LDPC

    0下载:
  2. 3-5循环移位码是LDPC码准循环码中一种典型的构造校验矩阵的方法,较小的(155 64)码通常也是对比测试其他码的性能好坏的重要测试标准,程序详细描述了构造的步骤和方法,结果是采用AList的结果存储方法,译码性能可以由BP迭代译码直接得出-3-5 cyclic shift LDPC codes are quasi-cyclic codes in the code structure of a typical calibration matrix method, the smaller (15
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:138725
    • 提供者:张小龙
  1. correcterrorcode

    0下载:
  2. 简要介绍了一下纠错编码的相关基础知识,主要介绍了线性分组码,卷积码,循环码-A brief introduction about the basics of error correction coding of the relevant
  3. 所属分类:matlab

    • 发布日期:2017-05-26
    • 文件大小:9207773
    • 提供者:yangling
  1. zuixiaohaomingjuli

    0下载:
  2. 循环码的最小汉明距离求解,能把多项式按照人们书写的习惯输出到界面!操作友好!-Cyclic code of minimum distance solution, people can write in accordance with the customary polynomial output to interface! Operation Friendship!
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-06
    • 文件大小:147007
    • 提供者:
  1. xunhuan

    0下载:
  2. 循环码编写与翻译,希望大家能有用~~~~激活帐号-idontkonwenglish
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:4718
    • 提供者:崔志华
  1. CRC

    0下载:
  2. 循环冗余校验就是一种被广泛采用的错误检验编码。介绍了循环冗余校验码的差错控制原理及其算法实现。-CRC is a widely used test coding errors. Introduced a cyclic redundancy check code for error control principle and algorithm.
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:284619
    • 提供者:某某人
  1. CRCSimulink

    1下载:
  2. 循环冗余校验就是一种被广泛采用的错误检验编码。介绍了循环冗余校验码的差错控制原理及其算法实现。-CRC is a widely used test coding errors. Introduced a cyclic redundancy check code for error control principle and algorithm.
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:230390
    • 提供者:某某人
  1. xindaorongliang

    0下载:
  2. 介绍了基于MATLAB 的信道编码,主要包括实验操作界面制作以及循环码和卷积码编译码。-Introduced the MATLAB-based channel coding, including experimental production, and user interface code and convolution code decoding cycle.
  3. 所属分类:Communication

    • 发布日期:2017-04-03
    • 文件大小:957
    • 提供者:某某人
  1. crc

    0下载:
  2. crc串,并行算法:穿行算法实现循环冗余校验码的编码 并行算法实现循环冗余校验码款速编码.-crc serial, parallel algorithms: walk through algorithm encoding cyclic redundancy check code parallel algorithm for cyclic redundancy check code section rate coding.
  3. 所属分类:MPI

    • 发布日期:2017-04-03
    • 文件大小:1517
    • 提供者:武莎莎
  1. xunhunmabianmaxitongmafeixitongma

    0下载:
  2. 循环码编码系统码与非系统码的实现 信息论与编码实现课后实验题-xunhunmabianmaxitongmafeixitongma
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:22652
    • 提供者:chenjunhui
« 1 2 3 4 56 7 8 9 10 ... 34 »
搜珍网 www.dssz.com