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

搜索资源列表

  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-12
    • 文件大小:1491
    • 提供者:avrkelre
  1. L=2CPMviterbi

    1下载:
  2. 调制参数L=2的CPM调制解调,viterbi译码-Modulation parameters L = CPM modulation and demodulation 2, viterbi decoding
  3. 所属分类:matlab

    • 发布日期:2017-04-27
    • 文件大小:97872
    • 提供者:朱庆昊
  1. msd

    2下载:
  2. CPM多符号检测算法调制解调,译码性能比viterbi译码还要优秀2~3dB- CPM multi-symbol detection algorithm modulation and demodulation, decoding performance even better than viterbi decoder 2 ~ 3dB
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:112628
    • 提供者:朱庆昊
  1. viterbi

    0下载:
  2. 卷积码的详细维特比译码,适合初学者-For more than Witte convolution code decoding, suitable for beginners
  3. 所属分类:Other systems

    • 发布日期:2017-04-27
    • 文件大小:16377
    • 提供者:msc
  1. OVTDM

    0下载:
  2. 该代码主要实现了OVTDM(时域重叠复用系统)的仿真,包含脉冲成型、匹配滤波,白化滤波,改进的viterbi译码等。-This code is mainly to simulate the OVTDM system.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:2757
    • 提供者:毛玉龙
  1. viterbi_bpsk

    0下载:
  2. BPSK 系统的卷积编码和viterbi译码过程-Convolutional coding for BPSK system and its viterbi decoding process
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:5231
    • 提供者:hantao
  1. Viterbi

    0下载:
  2. 维进行维特比译码,数据为一千。特比译码(2,1,1)仿真,通过高斯白噪声,-Victoria Viterbi decoding, data for one thousand. Viterbi decoding (2,1,1) simulation by Gaussian white noise,
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:9093
    • 提供者:张荣波
  1. viterbi

    0下载:
  2. 维特比译码的C程序,专门用于卷积码的解码!希望对大家有所帮助!-Viterbi decoding of C programs, specially for decoding convolutional codes! We want to help!
  3. 所属分类:Algorithm

    • 发布日期:2017-04-26
    • 文件大小:24746
    • 提供者:百秀
  1. BSC_Viterbi_M-File

    0下载:
  2. 这是一个(2.1.3)卷积码编码、BSC信道传输、Viterbi译码组成的程序合集,运行main.m即可得到仿真结果-This is a (2.1.3) convolutional code, Viterbi decoding, BSC channel transmission is composed of collection procedures, running main.m can be obtained by the simulation results
  3. 所属分类:matlab

    • 发布日期:2017-05-13
    • 文件大小:2739883
    • 提供者:蒙承运
  1. VITERBI_DECODER

    0下载:
  2. Verilog语言描述的应用于TD-SCDMA中的viterbi译码器rate_1-2_Viterbi_decoder-Applied in TD-SCDMA Verilog language descr iption of the viterbi decoder rate_1-2_Viterbi_decoder
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:126108
    • 提供者:王雷
  1. viterbi-matlab

    0下载:
  2. 卷积编码器g1=111,g2=101 x为输入的待译码序列 x=[1,0,1,0,0,1,0,0,0,1,0,1,1,1] x=[1,1,0,1,0,1,1,0,0,1] x=[1,1,1,0,0,0,1,0,1,1] a=size(x) 输入序列的长度 s=a(2)/2 译码后的m序列长度为x的一半 m=zeros(1,s) 最终结果存放 ma=zeros(1,s+1) 存放Fa路径的 mb=zeros(1,s+1) 存放Fb路径的 mc=ze
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:1255
    • 提供者:yanming
  1. Viterbi

    0下载:
  2. viterbi算法译码,卷积码译码时适用,matlab仿真程序-viterbi algorithm for decoding convolutional code decoding applicable, matlab simulation program
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:618
    • 提供者:gst
  1. decode

    0下载:
  2. VHDL 语言实现的viterbi 译码的源程序。-The source of viterbi decoder based on vhdl。
  3. 所属分类:Other systems

    • 发布日期:2017-06-18
    • 文件大小:27426647
    • 提供者:薛文
  1. viterbi

    0下载:
  2. 维特比算法译码 适应于信道编码,包括卷积码,Turbo码等-Viterbi decoding program suitable for channel codes,including covolutional codes, Turbo codes,etc
  3. 所属分类:3G develop

    • 发布日期:2017-04-13
    • 文件大小:2209
    • 提供者:LEI GUOWEI
  1. viterbi

    0下载:
  2. 用C 实现的 卷积码编码,及其维特比译码,功能正确-Implemented in C convolution encoder, and Viterbi decoding
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2275
    • 提供者:李中星
  1. viterbi

    0下载:
  2. 使用维特比译码方式,对实用卷积码编码后的序列进行译码-Viterbi decoding, the sequence practical convolution encoder after decoding
  3. 所属分类:Communication

    • 发布日期:2017-04-14
    • 文件大小:3434
    • 提供者:李阿毛
  1. Viterbi

    0下载:
  2. 实现(2,1,4)卷积码的维特比译码程序,代码简单易懂,适合编码理论课程练习使用-(2,1,4)conversion code, Viterbi decoding
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2467
    • 提供者:chenzhengtao
  1. Conv_encodeaaViterbi_decode

    2下载:
  2. 卷积编码,QAM解调器的软比特信息输入viterbi译码器进行软判决译码。-Convolution coding, the soft bit information QAM demodulator input viterbi decoder and soft decision decoding.
  3. 所属分类:Post-TeleCom sofeware systems

    • 发布日期:2017-04-13
    • 文件大小:1561
    • 提供者:queen
  1. ViterbiDecoder

    0下载:
  2. 卷积码Viterbi译码,包括软判决和硬判决,别人上课的程序-Convolutional code Viterbi decoding, including soft decision and hard decision, others school programs
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-29
    • 文件大小:54742
    • 提供者:郑鹏
  1. 217

    0下载:
  2. VITERBI 译码, 2,1,7码,解调卷积码编码,硬比特判卷方法-VITERBI DECODE
  3. 所属分类:3G develop

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