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

Chien搜索BCH译码算法

于 2021-04-23 发布
0 98
下载积分: 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 个回复

  • JiDai
    MATLAB实现信号的基带发送 传输和接收(MATLAB realization of the baseband signal to send transmission and reception)
    2010-05-09 12:08:47下载
    积分:1
  • PPM_TH_NEW2013.1.17
    以高斯函数为载波的PPM调制解调,及于理想误码率曲线相比较的误码率曲线(Gaussian function of PPM modulation and demodulation of the carrier, and the desired BER curves compared to BER curves)
    2013-07-24 14:51:54下载
    积分:1
  • Applied-Econometrics-using-MATLAB
    apply economics with matlab
    2012-11-23 12:57:26下载
    积分:1
  • kruskal
    用matlab语言编写的最小生成树kruskal算法的通用源程序 。(Using matlab language Kruskal minimum spanning tree algorithm for general-purpose source.)
    2008-05-27 19:59:19下载
    积分:1
  • qanyao_v15
    Pisarenko谐波分解算法,wolf 方法计算李雅普诺夫指数,本科毕设要求参见标准测试模型。( Pisarenko harmonic decomposition algorithm, wolf calculated Lyapunov exponent, Undergraduate complete set requirements refer to the standard test models.)
    2016-09-18 02:09:37下载
    积分:1
  • GMM
    高斯混合模型用于混合像元分解全过程,包括训练样本选取、筛选、分解及精度评定。matlab实现(the matlab code of GMM for mixed pixels unmixing)
    2015-03-06 00:00:23下载
    积分:1
  • 2222211
    利用圆规法测量二维图像的分形图像维数的程序源码(Compass measurement using two-dimensional fractal dimension of the program source code image)
    2010-11-23 19:49:36下载
    积分:1
  • dc-matlab
    seperated excited DC motor
    2011-09-17 18:27:43下载
    积分:1
  • shanChen
    多相流动lbm计算,实现shanchen模型(Multi-component fluid, using a LB method, based on the Shan-Chen model)
    2011-10-08 21:40:26下载
    积分:1
  • wavelet
    清华大学小波分析教程 涵盖小波大部分领域 丰富实例 wavelet, matlab(Tsinghua wavelet wavelet analysis tutorial covers most areas of abundant examples of wavelet, matlab)
    2013-07-09 10:28:07下载
    积分:1
  • 696518资源总数
  • 104349会员总数
  • 32今日下载