搜索资源列表

  1. conv_enc_vertebi_dec

    0下载:
  2. 给出了(2,1,3)卷积编码和维特比译码的源程序-Given (2,1,3) convolutional coding and Viterbi decoding of the source
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:3072
    • 提供者:nzy
  1. convolutional_codes_Viterbi_decoding

    0下载:
  2. convolutional codes & Viterbi decoding
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:路程遂
  1. viterbi1

    0下载:
  2. 基于matlab的卷积码编码译码程序,内附说明文档-Matlab-based decoding of the convolutional code encoding process, enclosing the documentation
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-05-15
    • 文件大小:6144
    • 提供者:guolin
  1. veitebi

    0下载:
  2. 强烈推荐好用的卷积码编码,维特比译码和软判决,本代码简易可行。-Strongly recommend use of the convolutional code encoder, Viterbi decoder and soft decision, the code simple and feasible.
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-05-15
    • 文件大小:3072
    • 提供者:胡卓
  1. BERcurve_CV_soft2_QA

    0下载:
  2. Computes BER v EbNo curve for convolutional encoding / soft decision Viterbi decoding scheme assuming BPSK. Brute force Monte Carlo approach is unsatisfactory (takes too long) to find the BER curve. The comput
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-05-15
    • 文件大小:6144
    • 提供者:joy
  1. juanji

    0下载:
  2. matlab在通信原理中的应用,信道编码卷积码仿真,希望大家能用得上!-matlab in Communication Theory in the application of channel coding convolutional code simulation, hope that we can useful!
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:侯雪
  1. Viterbit

    0下载:
  2. 用matlab实现卷积码的编码与解码过程-Convolutional code with matlab realize the encoding and decoding process
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:
  1. conv

    0下载:
  2. convolutional coding matlab仿真代码,仅供参考-convolutional coding matlab simulation code, for reference only
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:cjq
  1. 1001conv_enc_Viterbi_dec

    0下载:
  2. 一种高速卷积编码技术及其Viterbi译码技术研究-A high-speed convolutional coding and Viterbi decoding technology technology research
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:271360
    • 提供者:罗青锋
  1. hard_and_soft_convolution

    0下载:
  2. system view软件实现的卷积码编码译码过程。其中包括了硬判决和软判决两种方法-system view software decoding of the convolutional code encoding process. Including the hard decision and soft-decision in two ways
  3. 所属分类:加密解密

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:Amy
  1. errcodingctrl

    0下载:
  2. error coding ctrl matlab 程序 卷积码 线性码 RS码-error coding ctrl matlab program convolutional codes linear code RS code
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:23552
    • 提供者:kenny
  1. crc_16

    0下载:
  2. 利用verilog实现的一个(2,1,2)卷积码的编码器,很有用的哟!-Verilog realize the use of a (2,1,2) convolutional code encoder, yo useful!
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:刘横
  1. ctc-matlab

    0下载:
  2. 传统的卷积码和Turbo码直到今天仍有广泛的应用,但是在信息传输中都有一个明显的缺点,为了克服这个缺点,IEEE802.16d/e中引入了CTC(Convolutional Turbo Code)编码方案,该MATLAB代码完成了CTC码的编码与译码等过程,很有价值的^_^-Traditional convolutional code and Turbo code until today there is still a wide ra
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-05-15
    • 文件大小:9216
    • 提供者:rainley
  1. CTC-c

    0下载:
  2. 与之前一个对应的代码,这是使用C语言完成的关于CTC(Convolutional Turbo Code)编码方案。-With a corresponding code before, this is accomplished using the C language on the CTC (Convolutional Turbo Code) coding schemes.
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-05-15
    • 文件大小:9216
    • 提供者:rainley
  1. viterbi416

    0下载:
  2. 实现了(4,1,6)型卷积码的维特比译码算法,采用了极大似然算法。介绍了软判决维特比译码算法过程的三个步骤:初始化,度量更新和回溯译码。-Realize the (4,1,6)-type convolutional codes Viterbi decoding algorithm using the maximum likelihood algorithm. Introduce a soft-decision Viterbi decod
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-15
    • 文件大小:3072
    • 提供者:raymond
  1. viterbi216

    0下载:
  2. 一种应用比较广泛的维特比译码算法--(2,1,6)卷积码的维特比译码算法,采用回溯进行译码。-A broader application of Viterbi algorithm (2,1,6) convolutional code Viterbi algorithm, used for decoding back.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:raymond
  1. viterbi

    1下载:
  2. 卷积码的编码和译码,采用维特比译码,并且给出了编码和未编码的性能比较.-Convolutional code encoding and decoding using Viterbi decoding, and encoding and gives the performance comparison is not encoded.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:5120
    • 提供者:lee
  1. channnel_BFSK

    0下载:
  2. 高斯信道,莱斯信道以及多径信道的综合信道,采用BFSK调制与卷积编码-Gaussian channels, Rice channels, as well as multi-path channel integrated channel using BFSK modulation and convolutional coding
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-05-15
    • 文件大小:6144
    • 提供者:吴琼
  1. encoding_of_convolutional_codes_in_CDMA_channel.ra

    0下载:
  2. CDMA业务信道卷积编码实现,根据上下行信道区分生成不同码率的卷积码序列,original_sequence是原始输入序列,channel_select是信道选择参数,其中下行码率为1/2,上行信道为1/3 -CDMA business channel convolutional coding to achieve, according to the distinction between upper and lower line to
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:fisher
  1. convolutional_code

    0下载:
  2. convolutional code, error control coding
  3. 所属分类:C#编程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:朋友
« 1 2 34 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org