登录
首页 » Matlab » 卷积码硬判决

卷积码硬判决

于 2022-04-08 发布 文件大小:1.05 kB
0 110
下载积分: 2 下载次数: 1

代码说明:

function decoder_output=viterbi_hard(y,L)  global G; n=size(G,1);  K=size(G,2);  number_of_states=2^(K-1);  %------------------------------------------------ %-------------生成各分支的输出-------------------- %------------------------------------------------ for j=0:number_of_states-1      for t=0:1          [next_state,memory_contents]=next_state_fun(j,t,K);          input(j+1,next_state+1)=t;          branch_output=rem(memory_contents*G",2);          nextstate(j+1,t+1)=next_state; 

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

发表评论

0 个回复

  • jiefangcheng
    用matlab实现求解多元方程问题,可以直接运行(To complete the jiefangcheng problem by matlab language)
    2009-10-21 22:34:54下载
    积分:1
  • chapter11_1
    matlab教材中经典的语音增强算法,voice enhancement 先读入语音文件,然后计算前后信噪比,最后画出波形。(The classic textbook matlab speech enhancement algorithms, voice enhancement before reading the speech file, and then calculate the signal to noise ratio before and after the final draw waveforms. )
    2013-11-25 20:27:14下载
    积分:1
  • ECG
    说明:  心电信号的处理,包括低通滤波器滤除肌电信号,带陷滤波器抑制工频干扰,以及IIR零相移数字滤波器纠正基线漂移。(ECG signal processing includes low-pass filter to filter EMG signal, band notch filter to suppress power frequency interference, and IIR zero phase shift digital filter to correct baseline drift.)
    2020-09-02 23:01:31下载
    积分:1
  • MATLAB-GUI
    MATLAB中GUI的学习例子及其编程思想,两个小例子:1.风车设计2.计算器设计(Learning MATLAB examples in the GUI and their programming ideas, two small examples: 1. Windmill design 2. Calculator design)
    2010-11-22 13:56:39下载
    积分:1
  • butterworth.m
    speech recognition, butterworth filter
    2010-12-03 18:29:38下载
    积分:1
  • 1
    说明:  控制算法控制算法控制算法控制算法控制算法控制算法(Control algorithm for control algorithms control algorithm to control algorithms control algorithms control algorithm)
    2009-06-12 15:42:17下载
    积分:1
  • isodate
    isodata聚类算法用于聚类类IRIS数据,分类效果较好,运行稳定(isodata clustering algorithm for clustering classes IRIS data classification better, stable operation)
    2013-04-16 21:40:57下载
    积分:1
  • PtRG
    对雷达方程的研究,输出功率与测量距离之间的关系(Radar equation, the relationship between the output power and measure the distance)
    2013-04-19 10:04:22下载
    积分:1
  • jianyunmoni
    实现图像渐晕效果的模拟,输入一副分辨率大于800×500的bmp图像,可以得到模拟出渐晕效果后的图像,参数可调(The image vignetting effect simulation, input a bmp image resolution is greater than 800,500, and adjustable parameters can be simulated image vignetting effect)
    2012-11-24 10:42:39下载
    积分:1
  • webcamTest
    webcam connection in matlab
    2012-02-15 15:22:43下载
    积分:1
  • 696516资源总数
  • 106783会员总数
  • 25今日下载