CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - MATLAB 卷积编码

搜索资源列表

  1. viterbi

    3下载:
  2. 用matlab软件仿真了从卷积码编码,QPSK调制,AWGN信道,QPSK解调,以及Viterbi译码。-Using Matlab Simulate from the coding of convolutional code,Qpsk modulation ,AWGN channel ,Qpsk demodulation and Viterbi decoding。
  3. 所属分类:Other systems

    • 发布日期:2017-03-22
    • 文件大小:2991
    • 提供者:liufayu
  1. Convolutional-Encoder-Viterbi

    1下载:
  2. 卷积编码器和viterbi译码器的设计与仿真-Convolutional encoder and viterbi decoder design and simulation
  3. 所属分类:Other systems

    • 发布日期:2017-03-25
    • 文件大小:2866
    • 提供者:杨慧琪
  1. viterb

    3下载:
  2. 实现了卷积编码和维特比译码,也有简单的BPSK调制解调过程。-Achieved a convolution coding and Viterbi decoding, but also a simple BPSK modulation and demodulation process.
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:78957
    • 提供者:yingying
  1. CTC

    1下载:
  2. CTC(convolutional turbo code)即卷积Turbo码,基于MATLAB实现CTC编码-CTC (convolutional turbo code) or convolutional Turbo codes achieve the CTC coding based on MATLAB
  3. 所属分类:Other systems

    • 发布日期:2016-08-25
    • 文件大小:8894
    • 提供者:yanxiutao
  1. cx

    0下载:
  2. 卷积码的MATLAB仿真及其性能测试,包括卷积码的编码和VITERBI译码程序-Convolutional codes of MATLAB simulation and performance testing, including the convolutional code encoding and decoding procedures VITERBI
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:3333
    • 提供者:杨艳
  1. ConvolutionalEncodingandViterbiDecoding.m

    0下载:
  2. 转载:卷积编码+维特比译码的matlab程序-Reprinted: convolutional code+ matlab Viterbi decoding process
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:1617
    • 提供者:李四
  1. juanjima

    0下载:
  2. 卷积码仿真与分析 在理解卷积码编译码原理的基础上使用Matlab语言进行编程,首先产 生一段随机序列,即原始的发送比特流,然后对该信号进行卷积编码、BPSK 映射、加噪、解映射及译码,得到恢复的数据。 -The simulation and analysis of the convolutional code to understand convolutional code encoding and decoding principle the basis of the Matlab
  3. 所属分类:Other systems

    • 发布日期:2017-11-06
    • 文件大小:23975
    • 提供者:旺简
  1. BianmaCRC

    0下载:
  2. 基于matlab中的simulink平台的BPSK卷积编码的通信仿真。-feil to translate
  3. 所属分类:Other systems

    • 发布日期:2017-12-07
    • 文件大小:8067
    • 提供者:lurencmz
  1. Convolutional-code-matlab

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

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

    0下载:
  2. 凿孔的matlab代码,本人调试通过可以直接运行 有凿孔和解凿孔两个部分,加在卷积编码模块后,提高传输速率和信道利用率,但也相应地降低了卷积码的性能-Perforated matlab code, I can run a debugging through reconciliation punctured punctured two parts, plus the convolution coding module, to improve the transmission rate and ch
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:1297
    • 提供者:东方泓
  1. BPSK-matlab

    0下载:
  2. 卷积码的编码,卷积码的维特比译码,运用bpsk编码实现的-Coding convolutional codes, Viterbi decoding convolutional codes, the use of coding to achieve bpsk
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:5959
    • 提供者:菲璐
  1. viterbi_decoder

    0下载:
  2. 这是一个关于卷积编码和Viterbi译码的Matlab程序,现在把它们放在这里,希望对需要的人有些帮助。-This is a convolution coding and Viterbi decoding of Matlab procedures, now put them in here, I hope those who need some help.
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1952
    • 提供者:曹君逸
  1. 212juanjima

    0下载:
  2. (2,1,2)卷积码编硬译码matlab程序,适合学习信道与编码的初学者-(2,1,2) convolutional code encoding hardware decoding matlab program for learning channel coding for beginners
  3. 所属分类:Other systems

    • 发布日期:2017-04-28
    • 文件大小:13256
    • 提供者:浪荡子
  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. code

    0下载:
  2. Matlab(2.1.7)卷积编码译码 通信原理维特卷积译码-Matlab (2.1.7) convolution coding and decoding Viterbi decoding convolution Communication Theory
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:5896
    • 提供者:wx
  1. convolutional-code

    2下载:
  2. (1) 在c或matlab环境下实现卷积码编码模块,并嵌入实验一的通信链路中,要求编码模块有一定通用性可以设定约束长度、卷积码抽头系数; (2) 设定约束度分别为7、9的1/2卷积码,仿真分析这些码的硬判决译码性能、绘制误码性能曲线,对比不同约束度下卷积码的性能,分析译码复杂性; (3) 设定约束度为7的1/2卷积码,进行无量化软判决译码,仿真分析比较软硬判决译码性能; (4) 设定约束度为7的1/2卷积码,量化比特分别为3、4、5、6,仿真分析比较量化对误码性能的影响; (5)
  3. 所属分类:Other systems

    • 发布日期:2016-11-20
    • 文件大小:2048
    • 提供者:刘介园
  1. bpsk

    0下载:
  2. matlab的bpsk调制的卷积编码维比特译码加高斯白噪声的程序-BPSK modulation matlab convolutional encoding and decoding bit Gauss white noise process
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:680
    • 提供者:淡若
  1. 卷积码+Viterbi Decoder

    0下载:
  2. 用matlab m语言书写的归零卷积码的编码和译码程序(Convolutional code encoding and decoding procedures in matlab)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:7168
    • 提供者:大刀牛角王
搜珍网 www.dssz.com