登录
首页 » Visual C++ » viterbi-matlab

viterbi-matlab

于 2015-04-20 发布 文件大小:1KB
0 242
下载积分: 1 下载次数: 6

代码说明:

   卷积编码器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=zeros(1,s+1) 存放Fc路径的 md=zeros(1,s+1) 存放Fd路径的(viterbi decoder)

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

发表评论

0 个回复

  • boqingwen
    对二阶rc等效电池模型运用matlab进行最小二乘法在线系统辨识的程序(Equivalent second-order rc battery model using least squares method matlab online system identification procedures )
    2020-09-12 16:28:01下载
    积分:1
  • test1
    把自己的程序附加到开机启动,不需要别的东西(fdsafdsafdsafa)
    2010-02-01 20:31:12下载
    积分:1
  • TSP
    说明:  用遗传算法求解TSP问题+matlab动态演示其求解过程。(TSP problem using genetic algorithm+ matlab dynamic presentation of their solution process.)
    2011-04-05 21:32:28下载
    积分:1
  • ClientLogon
    new raja login gm tool
    2014-01-29 14:12:55下载
    积分:1
  • LMS
    LMS三角定位迭代加权算法 LMS三角定位迭代加权算法 LMS三角定位迭代加权算法(LMS triangulation iterative weighting algorithm LMS triangulation iterative weighting algorithm LMS triangulation iterative weighting algorithm)
    2013-12-03 09:05:26下载
    积分:1
  • 0
    说明:  给定n种物品和一个背包,物品i的重量是Wi,价值是vi,被包容量是C,应该如何选择装入被包的物品,使得装入背包中物品的总价值最大?对于每种物品i,只有两种选择,装入或者不装入. 输入:第一行两个正整数n(物品数)和C(容量) 第二行n个正整数n,表示物品价值 第三行n个正整数n,表示物品重量 输出:第一行表示总价值 第二行n个数(0/1),0表示物品不装入,1表示装入 例如, 输入: 5 10 6 3 5 4 6 2 2 6 5 4 输出 15 1 1 0 0 1 (Species of a given n items and a backpack, the weight of item i is Wi, the value of vi, was packet capacity is C, should be how to choose a package of items to be loaded, the backpack load in the largest total value of goods? For each item i, there are only two options, loaded or not loaded. Input: the first line of the two positive integer n (the number of items) and C (capacity) of the second line of n positive integer n, that the value of the third line of n positive integer n, that the weight of output: the total value of the first line of the second line, said n number of (0/1), 0 that the items do not load, that load 1 for example, enter: 5,106,354,622 6 5 4 output 15 1 1 0 0 1)
    2009-07-01 23:07:01下载
    积分:1
  • cnh
    学习matlab的解微分方程的小程序,已经测试无误(The solution of differential equations matlab learning applets, have been tested correctly)
    2011-09-27 08:30:28下载
    积分:1
  • MATLAB6.5programmer
    本文档介绍了Matlab 6.5 编程的规则,以及通过例子加以详细讲解。(It is a good example for learners)
    2010-08-30 09:15:05下载
    积分:1
  • acou
    交错网格声波方程正演模拟,交错网格有限差分地震波场计算,二维的声波正演,利用空间10阶,时间2阶。(The CalCulation of the SeismiC Wave一 fieldwith Staggered-grid Finite difference Sheme)
    2014-01-09 08:44:16下载
    积分:1
  • Digital-signal-processing
    Digital signal processing(Digital signal processing program contains a variety of signal processing algorithms)
    2013-05-20 10:39:15下载
    积分:1
  • 696518资源总数
  • 106227会员总数
  • 11今日下载