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

Chien搜索BCH译码算法

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

  • BPSX150sCharacteristics2
    simulink models of pv array
    2013-05-02 17:33:01下载
    积分:1
  • matlab
    2014美赛相关MATLAB程序(基于NS模型)( 2014 U.S. race-related MATLAB (NS-based model))
    2014-02-08 10:20:37下载
    积分:1
  • Kalman_Fliter
    卡尔曼滤波器示例程序,可以自动作出图像。(Kalman Fliter)
    2012-02-07 15:35:30下载
    积分:1
  • matlab_usermanual
    Matlab的数学手册, 入门和进阶级全部都实用(Matlab mathematical manual entry into the class and all utility)
    2007-10-25 16:06:39下载
    积分:1
  • acquisition
    说明:  基于半比特反转的GPS信号捕获。实现数据剥离,能够完成长时间的相关积分(GPS-based semi-Bit reversal signal acquisition. Data stripping, a long time to complete the relevant points)
    2011-04-06 15:12:46下载
    积分:1
  • code
    分类器的实现,线性分类器的有关代码。matlap实现(Classifier to achieve a linear classifier on the code.)
    2011-05-29 19:12:11下载
    积分:1
  • yichuansuanfa
    遗传算法的matlab仿真,分析遗传算法的各个因子变化的影响。(The genetic algorithm matlab simulation, analysis of the impact of changes in genetic algorithm factor.)
    2013-05-08 11:04:10下载
    积分:1
  • convolution.tar
    it is for image convolution
    2010-01-19 16:56:50下载
    积分:1
  • fastHOG3D--full-version
    这是一个完整版,包含调用文件。整个视频可以用在不同尺度和位置计算得来的特征集进行表示。Hog3D描述子由Alexander Klaser Marcin Marszał ek Cordelia Schmid等人提出的,将HOG的概念扩展,由静态图像特征提取扩展到视频序列的特征提取,在视频序列中的行人检测取得了较好的成果。(This is a complete version, including calls to the file. The video can be used in different scale and location characteristics were calculated set of representation. The Hog3D descriptor proposed by Alexander Klaser Marcin Marsza EK Cordelia Schmid et al, will the concept of HOG is extended static image feature extraction, extended to extract features of video sequences, pedestrian detection in video sequence and achieved good results.)
    2014-10-13 20:04:36下载
    积分:1
  • SFH_MFSK
    高速跳频,调制样式为MFSK(MFSK/FH),包括信号的发射接收模型,自己写的代码,仅供参考。(err)
    2008-01-11 20:21:53下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载