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

Chien搜索BCH译码算法

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

  • fcs_gen
    用于产生CRC校验的matlab源码,生成多项式g(x) = x32 + x26 + x23 + x22 + x16 + x12 + x11 + x10 + x8 + x7 + x5 + x4 + x2 + x + 1,按比特输入按字节输出(Matlab code for CRC-16 generation)
    2009-09-29 10:21:04下载
    积分:1
  • ekff
    用Matlab编写的求解高斯线型随机差分方程的离散扩展卡尔曼滤波程序。(Matlab prepared for the linear Gaussian stochastic differential equation expansion of discrete Kalman filter procedures.)
    2007-04-13 11:29:05下载
    积分:1
  • chenxu
    使用粒子群算法解决优化问题,该算法有全局搜索和局部搜索能力,方便快捷。(Particle swarm algorithm to solve the optimization problem, the algorithm global search and local search capability, quick and easy.)
    2013-03-03 20:04:21下载
    积分:1
  • Matlab-tools-of-tf
    非常完整的关于时频分析的所有程序,包括小波变换,短时傅里叶变换,gabor变换等等(the matlab tools include many programs about time frequency,such as gabor transform,STFT,wavelet transform,and so on )
    2012-10-29 22:54:51下载
    积分:1
  • chebarray
    Compute chebyshev excitation coefficients for a linear array
    2010-12-01 23:15:43下载
    积分:1
  • NJW
    聚类分群方法,使用此程序处理数据可以避免高维数据的奇异性问题,然后使用配套的kmeans方法进行处理(Cluster grouping method to process data using this program to avoid the singularity problem of high-dimensional data, and then use the matching method for processing kmeans)
    2014-12-03 10:41:04下载
    积分:1
  • MATLAB-Script-of-the-Generalized-Water-Filling-(G
    MATLAB Script of the Generalized Water Filling (GWF) Algorithm
    2012-01-16 05:56:25下载
    积分:1
  • Apodized_Filter_Remez
    surface Acoustic wave device for Apodized filter
    2014-01-17 22:14:07下载
    积分:1
  • edgeOrientationHistogram
    Edge oriented histogram
    2015-10-25 05:45:12下载
    积分:1
  • guide-of-matlab
    由语言编和应用编两部分组成,语言编介绍MATLAB语言的基本语法,既便于自学,应用编给出80个实例(it composed by language and application, language part describes the basic syntax of the MATLAB ,and application part have 80 examples .both for self_learning)
    2013-08-12 17:01:39下载
    积分:1
  • 696518资源总数
  • 106155会员总数
  • 8今日下载