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

搜索资源列表

  1. code

    0下载:
  2. 卷积码的Viterbi译码方法编程,用C语言编写的卷积码的编码方法及Viterbi译码方法-convolutional code and decoding
  3. 所属分类:source in ebook

    • 发布日期:2017-04-13
    • 文件大小:1733
    • 提供者:陈梁文
  1. VITERVI

    0下载:
  2. Viterbi译码器回溯算法实现研究.一份关于2,1,9的viterbi外文文章-Viterbi s tow paperes.for 2,1,9 and for fpga
  3. 所属分类:Communication

    • 发布日期:2017-05-02
    • 文件大小:665559
    • 提供者:zhengx
  1. code

    0下载:
  2. 使用matlab进行卷积码编/译码器的仿真 进行Viterbi译码算法的编写-Write code using matlab convolution encoder/decoder Viterbi decoding algorithm simulation performed
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1429
    • 提供者:管天
  1. 217viterbi(matlab)

    0下载:
  2. matlab实现217 viterbi译码(硬判决,可直接运行,得到BER曲线)-matlab codes achieve 217 viterbi decoding (hard decision,can be run directly to obtain BER curve)
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3241
    • 提供者:李燕
  1. 217viterbi-decoding(C-language)

    1下载:
  2. C语言实现217卷积码的viterbi译码(软、硬判决的代码都有,运行时先在VC中分别运行软、硬判决的C程序,产生误比特率的数据并存储在.txt文件中,之后在matlab中读取数据,画出误比特率曲线,matlab程序也已给出)-C language achieve 217 viterbi decoding (including hard and soft decision,and the codes should be run in VC to generate and store the BE
  3. 所属分类:Other systems

    • 发布日期:2017-05-09
    • 文件大小:2039080
    • 提供者:
  1. viterbi

    0下载:
  2. 实现通信原理中的维比特译码,通过维比特算法在matlab中实现-The bit decoding principle of communication
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1036
    • 提供者:夏天
  1. viterbi-decode-matlab

    1下载:
  2. 维特比译码代码,非要写到20个字才可以吗-viterbi decode
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1139
    • 提供者:小小酥
  1. Viterbi

    0下载:
  2. 维特比算法译码。通过最短路径判决,得出译码结果,数字通信常用方法-Viterbi decoding algorithm. Decision by the shortest path, draw decoding result, common methods of digital communication
  3. 所属分类:source in ebook

    • 发布日期:2017-04-14
    • 文件大小:3540
    • 提供者:李雷
  1. viterbia

    0下载:
  2. 实现viterbi译码,通过比较最小汉明距来判别最佳路径,删除不必要的路径,最终找到最佳路径。-Implement viterbi decoding, by comparing the minimum hamming distance to distinguish the best path, delete unnecessary path, finally find the best path.
  3. 所属分类:Game Program

    • 发布日期:2017-04-13
    • 文件大小:1629
    • 提供者:pz2851519yedua
  1. verilog-juanjima

    1下载:
  2. 卷积码是一种重要的前向纠错信道编码方式,其纠错性能常常优于分组码,且(2,1,7)卷积码已应用于现代卫星通信系统中。Viterbi译码算法能最大限度地发挥卷积码的优异性能。这里采用Verilog  HDL语言设计出(2,1,7)卷积码的编码器模块和基于Viterbi算法的译码器模块,译码器采用全并行结构,译码速度快-Convolutional code is an important forward error correction channel coding method, and
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-30
    • 文件大小:10240
    • 提供者:邓博于、
  1. viterbi

    0下载:
  2. 维特比译码材料,毕业设计完成,包括译码和信道-viterbi decoding
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1157
    • 提供者:乔博
  1. vb_decode

    0下载:
  2. 这是我写的viterbi译码代码,已经通过验证,希望对你有用-This is what I wrote viterbi decoding code has been validated, in the hope that useful to you
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:2628
    • 提供者:mmqkq841jiahua
  1. Hviterbi

    0下载:
  2. 通信系统中有关传输用的viterbi译码代码-Communication system for the transmission of Viterbi decoding code
  3. 所属分类:Compiler program

    • 发布日期:2017-04-12
    • 文件大小:797
    • 提供者:liupeng
  1. EFR_speechdecoding

    0下载:
  2. 自适应全速率语音解码,适合离线译码了解语音发送帧结构有很好的帮助,代码中有viterbi译码,信道解交织-Adaptive full rate speech decoding, suitable for offline decoding to understand the voice transmission frame structure has a very good help, the code has Viterbi decoding, channel decoding
  3. 所属分类:3G develop

    • 发布日期:2017-05-04
    • 文件大小:123824
    • 提供者:葛亮
  1. convolution-code-and-viterbi-decode

    8下载:
  2. 利用MATLAB实现了卷积码编码和维特比译码的整个过程,实现了软判决和硬判决的对比。-Using MATLAB realize the whole process of convolution code and Viterbi decoding to achieve a contrast soft decision and hard decision.
  3. 所属分类:通讯编程

    • 发布日期:2017-05-11
    • 文件大小:5156
    • 提供者:Jianming Cui
  1. Viterbi

    0下载:
  2. 维特比译码代码,距离比较用的是欧氏距离,而不是一般的汉明距离-Viterbi decoding the code the comparison with the Euclidean distance, rather than the general Hamming distance
  3. 所属分类:Other systems

    • 发布日期:2017-05-17
    • 文件大小:4175607
    • 提供者:谢馥芯
  1. viterbi

    0下载:
  2. 卷积码软判决的译码程序,采用的是维特比译码算法-Convolution code soft decision decoding program, using the Viterbi decoding algorithm
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:1281
    • 提供者:于欢
  1. cc-viterbi

    0下载:
  2. 系统译码程序,是卷积码硬判决的维特比译码程序,-System decoding program, is a hard decision convolutional code Viterbi decoding program,
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:1293
    • 提供者:于欢
  1. viterbi

    0下载:
  2. (2,1,5)的维特比译码器源码,能译码出经过编码后的卷积码-(2,1,5) Viterbi decoder source code, can decode the encoded convolutional code
  3. 所属分类:Compiler program

    • 发布日期:2017-12-12
    • 文件大小:1282
    • 提供者:ycl
  1. ofdm

    1下载:
  2. OFDM系统仿真,非常完整,适合于学习OFDM的同学。包括 串并变换子载波调制 OFDM的IDFT/DFT实现保护间隔与循环前缀 基于OFDM的802.11a系统 802.11a的帧结构 802.11a OFDM物理层编码过程 系统参数训练符号 Signal域 Data域的扰码及解扰卷积编码器和Viterbi译码交织子载波调制与解调 IEEE 802.11a系统的仿真 -OFDM system simulation, very complete, suitable for lea
  3. 所属分类:Other systems

    • 发布日期:2017-12-16
    • 文件大小:7168
    • 提供者:徐兵政
« 1 2 ... 12 13 14 15 16 1718 19 20 21 22 ... 27 »
搜珍网 www.dssz.com