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

搜索资源列表

  1. veterbi416

    0下载:
  2. 实现(4,1,6)卷积码的维特比译码源程序,采用了最大似然算法-The realization of (4,1,6) convolutional code Viterbi source using the maximum likelihood algorithm
  3. 所属分类:Post-TeleCom sofeware systems

    • 发布日期:2017-04-04
    • 文件大小:10618
    • 提供者:alex
  1. Vblast_QR

    0下载:
  2. VBLAST的QR实现,包括维特比软译码 以及软解调 严格按照802.11构建-VBLAST of QR implementation, including the Viterbi soft decoding and soft-demodulator constructed in strict accordance with the 802.11
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:8481
    • 提供者:wupei
  1. 2BViterbiDecoder

    1下载:
  2. 卷积码的维特比译码仿真,基于MATLAB的一种源代码,很实用的-Convolutional code Viterbi Decoder Simulation
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:7586
    • 提供者:焦腾
  1. rcpc

    0下载:
  2. 信道编码RCPC程序源码,采用维特比译码,译码端有验证纠错程序-RCPC channel program source code using Viterbi decoding, error correction decoding process client has to verify
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:3331
    • 提供者:王伟
  1. hdl

    0下载:
  2. 所属分类:3G develop

    • 发布日期:2017-04-07
    • 文件大小:142861
    • 提供者:mike
  1. hdlsaf

    0下载:
  2. 所属分类:3G develop

    • 发布日期:2017-04-25
    • 文件大小:125423
    • 提供者:mike
  1. cov

    0下载:
  2. visual DSP 下实现卷积码以及维特比译码-under visual DSP Convolutional Codes and Viterbi Decoding
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:65652
    • 提供者:huangyingpei
  1. viterbi_encode_decode

    0下载:
  2. 经过验证的维特比编译码MATLAB程序,每行代码都有详细的备注-Proven Viterbi codec MATLAB program, each line of code has detailed Remarks
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:9776
    • 提供者:zsj
  1. viterbimatlab

    0下载:
  2. 一个对(2,1,2)卷积码进行译码的维特比译码程序,它以最大似然译码为思想,根据译码网格,遍寻网格上所有可能的路径,选择最大可能的路径作为幸存路径进行译码。在本程序中,它依次在不同时刻,对网格中的相应列的点按照最大似然准则比较所有以它为终点的路径,即为幸存路径,而把其他路径堵死,弃之不用。故到下一时刻只要对幸存路径延伸出来的路径继续比较即可。由于假设了已知输入,且为有限短序列,所以没有考虑长序列译码时的截短。如果考虑长序列译码,则需要用截短译码器,考虑译码深度。-viterbi
  3. 所属分类:Compiler program

    • 发布日期:2017-04-07
    • 文件大小:2135
    • 提供者:zhanghao
  1. ConvolutionalEncoderViterbi

    1下载:
  2. 卷积码编码,维特比译码方法并将其用于变换域通信系统-Convolutional coding, Viterbi decoding method
  3. 所属分类:Communication

    • 发布日期:2017-04-03
    • 文件大小:2602
    • 提供者:李立金
  1. convolutionalcode

    0下载:
  2. 卷积码与维特比译码的程序,其中三变量均取了假定值,适合学习算法的结构。-Convolutional codes and Viterbi decoding process, which took three variables are assumed value for the structure learning algorithm.
  3. 所属分类:CSharp

    • 发布日期:2017-04-14
    • 文件大小:4941
    • 提供者:jiaqi yuan
  1. eetop[1].cn_channelcoding

    0下载:
  2. 卷积码的维特比译码Matlab仿真,十分好用-eetop[1].cn_Convolutional-Encoder-Viterbi.zip
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-24
    • 文件大小:945607
    • 提供者:sunkai
  1. beterbi

    0下载:
  2. 用MATLAB语言实现的卷积码编码,维特比译码-With the MATLAB language implementation of the convolutional coding, Viterbi decoding
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:624
    • 提供者:秦小星
  1. peng

    0下载:
  2. 这是(2,1,2)viterbi编码和译码的c语言代码 译码中是用基二算法实现的,运行时首先要在c盘中建立一个输入文件和一个输出文件-This is the (2,1,2) viterbi encoding and decoding of the c language code decoding is to use the base 2 algorithm, the run-time we must first establish an input file c disk and an outp
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:2226
    • 提供者:苏岩
  1. 212

    0下载:
  2. (2,1,2)归零卷积码的维特比译码算法matlab实现-(2,1,2) convolutional codes Viterbi decoding
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2016
    • 提供者:qiaohui
  1. 416

    0下载:
  2. (4,1,6)归零卷积码的维特比译码算法的matlab实现-(4,1,6) convolutional code zero viterbi algorithm matlab implementation
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:3022
    • 提供者:qiaohui
  1. ConvolutionalEncodingandViterbiDecoding

    0下载:
  2. 有关卷积,编码,维特比译码的Matlab程序,希望对大家有用。-Convolutional Encoding and Viterbi Decoding
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1524
    • 提供者:马平川
  1. viterbi_deCODE

    1下载:
  2. 卷积码的维特比译码仿真,主要是仿真误码率曲线。-Convolutional codes Viterbi decoding simulation, mainly simulation BER curves.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:29086
    • 提供者:吉晋龙
  1. verterbicode

    0下载:
  2. 使用dsp编程,实现信道编码中卷积编码,并使用维特比对编码进行译码。-Use dsp programming, channel coding convolutional coding and Viterbi decoding on the encoding.
  3. 所属分类:DSP program

    • 发布日期:2017-04-17
    • 文件大小:93735
    • 提供者:雷盈
  1. codec54x

    0下载:
  2. 卷积编码和维特比译码在C54上的实现,该程序采用C和汇编混合编程的方式。-Convolutional coding and Viterbi decoding on the C54 implementation, the program mixed with C and assembler programming approach.
  3. 所属分类:DSP program

    • 发布日期:2017-04-08
    • 文件大小:22107
    • 提供者:小红
« 1 2 ... 15 16 17 18 19 2021 22 23 24 25 »
搜珍网 www.dssz.com