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

搜索资源列表

  1. juanjima

    0下载:
  2. 卷积码是深度空间通信系统和无线通信系统中常用的一种差错控制编码。它克服了分组码由于以码块为单位编译码而使分组间的相关信息丢失的缺点。(2,1,8)卷积码在2G、3G通信系统-The convolutional code is used in deep space communication system and a wireless communication system an error control coding. It overcomes the block code and the
  3. 所属分类:SCM

    • 发布日期:2017-12-08
    • 文件大小:6359
    • 提供者:邓纬
  1. CPPjuanji

    0下载:
  2. 用C++实现卷积码的编码和译码,整个过程融为一体,可以实现从卷积码的编码到译码最后还原本来面目的全套实现-Full realization of the convolutional code encoding and decoding with C++ achieve integration of the entire process, and finally restore the true colors can be achieved from the convolutional code
  3. 所属分类:Data structs

    • 发布日期:2017-11-19
    • 文件大小:12955
    • 提供者:小西
  1. viterbi-decoder-master

    0下载:
  2. 卷积码的编码实现以及维特比译码实现,其中函数用c编写-A matlab+mex implementation of a convolutional encoder and a Viterbi decoder
  3. 所属分类:matlab

    • 发布日期:2017-11-11
    • 文件大小:6993
    • 提供者:wong
  1. FirstSuccese

    0下载:
  2. LDPC卷积码的译码程序,具有很好的适用性,性能优于LDPC分组码-The decoding program for LDPC-convolutinal codes.It has much better performance than the block codes
  3. 所属分类:Communication

    • 发布日期:2017-11-20
    • 文件大小:1221209
    • 提供者:challegecxc
  1. concatenated-code

    1下载:
  2. 这个代码是有关RS码和卷积码组成的级联码,包括了RS码和卷积码的编码和译码过程,并通过CRC进行检错。-This program is about the serial concatenated code composed of a RS code and a convolutional code, containting the process of coding and decoding
  3. 所属分类:Other windows programs

    • 发布日期:2015-11-30
    • 文件大小:1024
    • 提供者:rencheng
  1. dsp

    0下载:
  2. 卷积码和维特比的编码及译码原理,MATLAB的仿真图。-Convolutional code and Viterbi encoding and decoding principle, MATLAB simulation of Fig.
  3. 所属分类:software engineering

    • 发布日期:2017-11-26
    • 文件大小:313776
    • 提供者:bai
  1. 123

    0下载:
  2. 基于DSP的信道编译码以及卷积码和维特比译码的代码-Based on DSP channel encoding and decoding convolutional code and Viterbi decoding code
  3. 所属分类:software engineering

    • 发布日期:2017-11-08
    • 文件大小:55450
    • 提供者:bai
  1. Viterbi_fulltrace

    0下载:
  2. (2,1,3)卷积码的编码及译码程序,封装成函数,无冗余子函数,简单易懂,运行时显示Viterbi译码全部过程-(2,1,3) convolutional code encoding and decoding process, encapsulated into a function, non-redundant Functions, easy to understand, run-time display the whole process of Viterbi decoding
  3. 所属分类:CSharp

    • 发布日期:2017-11-20
    • 文件大小:174009
    • 提供者:sijiaxi
  1. Convolutional-code

    0下载:
  2. 卷积码编译码算法信道传输过程仿真此文件只提供程序源代码-Convolutional code encoding and decoding algorithms channel transmission process simulation This document only provides source code
  3. 所属分类:matlab

    • 发布日期:2017-11-15
    • 文件大小:2557
    • 提供者:原笑尘
  1. Viterbi

    0下载:
  2. Viterbi译码软硬判决误码率比较 卷积码和删除码-Hard and soft decision Viterbi decoding error rate convolutional code and delete code
  3. 所属分类:Other systems

    • 发布日期:2017-11-13
    • 文件大小:5988
    • 提供者:王小二
  1. Convolutional-code-matlab

    1下载:
  2. 卷积码编码, 维比特译码matlab仿真源程序-Convolution coding, Viterbi decoding matlab source
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:6562
    • 提供者:黎友
  1. viterbi

    0下载:
  2. viterbi decoding,包括卷积码编码,viterbi译码,约束长度K=3,5,7,9均可-viterbi decoding K=3,5,7,9
  3. 所属分类:Communication

    • 发布日期:2017-05-23
    • 文件大小:7631527
    • 提供者:feng
  1. ConvolutionWithViterbiDecoding

    0下载:
  2. QPSK调制下的(5,7)卷积码的编码和维特比译码与BPSK调制下(5,7)卷积码的编码和维特比译码的BER特性-QPSK modulation under (5,7) convolutional code encoding and Viterbi decoding and BPSK modulation (5,7) convolutional code encoding and Viterbi BER characteristic
  3. 所属分类:3G develop

    • 发布日期:2017-03-31
    • 文件大小:2657
    • 提供者:jackson
  1. viterbi_hard

    0下载:
  2. (2,1,3)卷积码编码,硬判决译码;编码是matlab语言,译码是verilog语言-(2,1,3) convolutional code encoding, hard decision decoding coding is matlab language, decoding is verilog language
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-08
    • 文件大小:1628017
    • 提供者:刘星麟
  1. viterbi_soft

    0下载:
  2. (2,1,3)卷积码编码,软判决译码;matlab语言编码;verilog语言译码;-(2,1,3) convolutional code encoding, soft-decision decoding matlab coding verilog decoder
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-10
    • 文件大小:2089479
    • 提供者:刘星麟
  1. punture

    0下载:
  2. 1/2删除卷积码(3/4速率)的编码和译码,亲测可用-1/2 convolutional code to delete (3/4 rate) encoding and decoding, the pro-test available
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:4556
    • 提供者:朱雄志
  1. Conv_enc_213

    0下载:
  2. 卷积码编码译码MATLAB仿真程序,对学通信编码过程的人有帮助-Convolutional coding and decoding MATLAB simulation program
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:550
    • 提供者:兔子
  1. juanjima

    0下载:
  2. 卷积码和viterbi译码,主要包括卷积码和viterbi译码的matlab程序。-Convolutional code and viterbi decoding, including convolutional code and viterbi decoding matlab program.
  3. 所属分类:3G develop

    • 发布日期:2017-04-14
    • 文件大小:4120
    • 提供者:孙汝耀
  1. CPP

    0下载:
  2. 用C++编写了卷积码的译码,运行过了没问题-Prepared with C++ convolutional code decoding, run over no problem
  3. 所属分类:software engineering

    • 发布日期:2017-05-11
    • 文件大小:2409587
    • 提供者:lzm
  1. viterbi_binary_nsc

    0下载:
  2. 详细说明了删余卷积码的译码程序,可以运行-A detailed descr iption of punctured convolutional code decoding process, you can run
  3. 所属分类:Compiler program

    • 发布日期:2017-04-14
    • 文件大小:3841
    • 提供者:lzm
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 21 22 »
搜珍网 www.dssz.com