登录
首页 » matlab » Chien搜索BCH译码算法

Chien搜索BCH译码算法

于 2021-04-23 发布
0 75
下载积分: 1 下载次数: 1

代码说明:

说明:  %inverstable inverse_tb = gf(zeros(1, t+1), m); for i=1:t+1, inverse_tb(i) = alpha^(-i+1); end; %chien's search lambda_v = zero; accu_tb=gf(ones(1, t+1), m); for i=1:n, lambda_v=lambda*accu_tb'; accu_tb = accu_tb.*inverse_tb; if(lambda_v==zero) error(1,n-i+1)=1; else error(1,n-i+1)=0; end end found = find(error(1,:)~=0)

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

发表评论

0 个回复

  • GraphicsMatlab
    Graphics and GUIs whit Matlab
    2009-04-14 01:25:51下载
    积分:1
  • MATLAB
    matlab有限元分析与应用各种有限元单元程序(finite-element analysis )
    2021-01-21 17:18:46下载
    积分:1
  • Sound_modulation_A_law_u_law
    脉冲编码调制程序,采用A律和u律,可在GUI中显示变换前后波形区别并播放声音。(A Pulse Code Modulation program based on A-law and u-law. Can display in the GUI waveform before-and-after difference and play the sound.)
    2013-04-01 09:05:59下载
    积分:1
  • convertTDMS
    Import a TDMS file as a matlab object (ob). This is based on the work by Brad Humphreys of ZIN Technologies (he supported v1 of TDMS). I have not tested against v1 but I believe it still supports it.
    2009-11-26 02:28:02下载
    积分:1
  • PIDMATLAB
    刘金锟老师的先进PID控制及其matlab仿真第二版(Liu Kun, a teacher of advanced PID control and its simulation of the second edition of matlab)
    2009-12-09 09:31:27下载
    积分:1
  • OFDM-Simulation-Using-Matlab
    OFDM Simulation Using Matlab
    2011-05-12 16:16:24下载
    积分:1
  • cylinder_LBM_matlab
    LBM方法求解流体力学中的圆柱扰流问题,输出动态流场图。(LBM method for solving fluid turbulence in the cylinder problem, the output dynamic flow diagram.)
    2011-06-10 10:37:49下载
    积分:1
  • 233
    系统辨识与自适应控制程序 matlab 仿真 能达到很好的效果(System identification and adaptive control program matlab simulation can achieve good results)
    2011-10-11 10:30:46下载
    积分:1
  • 6MLkNN
    南京大学的多类标签KNN分类器,对模式识别十分重要的作用,有着较好的分类效果,可以充分利用类别信息。(Nanjing university class label KNN classifier, the pattern recognition is an important role, has a good classification effect, can make full use of class information.)
    2015-11-23 11:02:08下载
    积分:1
  • kalman-wiener
    现代信号处理中常用的处理信号的滤波器,卡尔曼和维纳滤波器(Modern signal processing that are commonly used in signal processing, Kalman filters and Wiener filter )
    2010-05-20 22:03:07下载
    积分:1
  • 696522资源总数
  • 104027会员总数
  • 45今日下载