登录
首页 » matlab » Turbo_code_simulation

Turbo_code_simulation

于 2021-04-13 发布 文件大小:1375KB
0 402
下载积分: 1 下载次数: 152

代码说明:

  1. 程序中Turbo译码采用了MAP,LOG-MAP,和MAX-LOG-MAP三种算法。 2. 以xxx开头的四个mat文件是四种给定的Turbo码在译码时用到的参数,保存下来的目的是 加快仿真的速度,如果你所仿真的Turbo码不是程序中列出的任意一种,你可以通过函数 trellis来生成自己的相关参数。 3. 程序支持1/2和1/3两种码率的Turbo码,其中1/2码率的Turbo码通过矩阵[1 0 0 1]打 孔得到。在译码时通过对打孔位置添0恢复成1/3码率的码字。 4. 程序中的信噪比表示Eb/N0,通过此参数求得N0,对发送信号进行加噪。(1 program in Turbo decoding using the MAP, the LOG-MAP, and three kinds of the MAX-LOG-MAP algorithm.)

文件列表:

license.txt,1331,2011-08-26
Read me.docx,14115,2011-08-25
turbo_code_no_punc.mdl,60261,2011-08-24
turbo_code_no_punc_multiple_run.mdl,58876,2011-08-25
turbo_code_no_punc_multiple_run_driver.m,1523,2011-08-25
turbo_code_no_punc_setup.m,1167,2011-08-24
turbo_code_punc.mdl,61152,2011-08-24
turbo_code_punc_multiple_run.mdl,59607,2011-08-25
turbo_code_punc_multiple_run_driver.m,1512,2011-08-25
turbo_code_punc_QAM.mdl,62918,2011-08-25
turbo_code_punc_setup.m,1164,2011-08-24
Turbo_punctured.fig,4221,2011-08-25
Turbo_unpunctured.fig,4169,2011-08-25
turbo理论
.........\Turbo.ppt,285696,2012-02-23
.........\Turbo码基础.ppt,279552,2012-02-23
.........\Turbo码性能仿真研究.pdf,348552,2012-02-23
.........\Turbo码性能分析与仿真.doc,260608,2012-02-23
.........\Turbo编译码的Matlab实现.doc,1673272,2012-02-23
.........\一种Turbo编码的MATLAB仿真实现.pdf,112808,2012-02-23
.........\信息论_Turbo码.ppt,388608,2012-02-23

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Rombegrg
    录入程序代码,并对该实验代码进行调试,检查程序代码中的语法和语义错误。 编写函数f(x)的代码如下: Romberg算法¨ function z=f(x) if (x~=0) z=sin(x)/x else z=1 end 备注:在实验代码中,首先输入必要的变量的值如下: a=0 b=1 tol=1e-8 待查询检查通过,开始输入执行代码 设置格式format short g查看u的值和sin(u)的值: (Input program code, and debugging code for the experiment to check the program code in the syntax and semantic errors. The preparation of a function f (x) of the code is as follows: Romberg algorithm ¨ function z = f (x) if (x ~ = 0) z = sin (x)/x else z = 1 end Note: In the experimental code, First, enter the necessary value of the variable is as follows: a = 0 b = 1 tol = 1e-8 pending inquiries, checking through, began to enter the implementation of the code format format short g see u, values and sin (u) values:)
    2009-12-28 22:03:42下载
    积分:1
  • RNG-for-topology
    这是个MATLAB 得程序,有关的内容是 无线传感器网络得拓扑控制问题,一共有1个算法,希望对对无线传感器网络感兴趣的得大大们有一定的帮助。谢谢大家。 (it is the problem of topology control, if you are interested in it please download it . )
    2021-04-23 10:38:48下载
    积分:1
  • Salam
    最新版改进Salam网络拓扑随机生成算法通用MATLAB源(The latest version to improve the network topology Salam GM MATLAB algorithm randomly generated source)
    2008-12-20 11:12:55下载
    积分:1
  • GMSK_matlab
    关于gmsk编码的matlab实现,可直接运行(On GMSK matlab coding to achieve, can be directly run)
    2009-01-02 18:39:57下载
    积分:1
  • Qpskmatlabsimulink
    说明:  主要讨论了QPSK的调制解调原理,分析了它们的调制解调实现过程(Mainly discussed the QPSK modulation and demodulation principle, an analysis of their realization of the process of modulation and demodulation)
    2008-11-24 22:16:18下载
    积分:1
  • tsp_nn
    KNN classifiers, training is training set, testing is test set, D is the distance, D=1 is mandistance D=2 is 欧氏距离 D=3是 infinite norm K is the number of selected neighbors
    2010-05-14 18:50:27下载
    积分:1
  • ABCoptimization_0.13.11_3
    abc algorithm optimization program considered all the parameter....
    2015-01-04 14:08:14下载
    积分:1
  • 2059328H_3
    A Matlab program on ECG signals
    2014-02-20 15:10:39下载
    积分:1
  • LTE_RACH
    LTE中随机接入信道的源代码分析,包括发送端和接收端(LTE in the random access channel of the source code analysis, including the sending end and receiving end)
    2010-07-05 23:50:51下载
    积分:1
  • Optimal-Reconfiguration-of-Distribution
    Power distribution systems have tie and sectionalizing switches whose states determine the configuration of the network. Reconfiguration of distribution network is achieved through switching operation on switches of distribution network branches. Power companies are interested in finding the most efficient configuration for minimization of real power losses and load balancing among distribution feeders to save the energy and enhance the operation performance of distribution system. The objective of this thesis is to show that the ant colony optimization algorithm can be used successfully in the reconfiguration of electrical distribution networks to minimize the power losses of the system and to balance the loading of the feeders. This work is to provide a basis for power companies to use it in the reconfiguration of the distribution networks to reduce the operational costs and to enhance the performance of their networks.
    2014-11-29 18:10:36下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载