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

Chien搜索BCH译码算法

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

  • PMSM1
    This is my simulation of PMSM. Hope you can edit and use it to your exercise. It is not actually correct but I think it will be useful for you.
    2013-11-07 23:02:30下载
    积分:1
  • 电动汽车有序充电的蒙特卡洛模拟
    可以用此程序进行电动汽车接入配电网的蒙特卡洛模拟(Monte Carlo simulation for electric vehicle to distribution network)
    2021-03-27 19:59:12下载
    积分:1
  • Using_GPIB_interface_HP3582A
    利用GPIB接口实现HP3582A频谱仪的自动测试(Using GPIB interface HP3582A spectrum analyzer automatic test)
    2010-09-13 14:38:34下载
    积分:1
  • DFRelayPA
    动态频谱分配算法代码,写的真的非常好,希望大家使用,很好很好很好很好(Dynamic spectrum allocation codeWrite really good, hope that we use, very good very good very good very good)
    2012-03-28 22:29:06下载
    积分:1
  • 雷达回波信号消噪的仿真和实现
    雷达回波信号消噪的仿真和实现 基于Mallat算法的滤波器设计及用于信号消噪实现(Simulation and Implementation of Radar Echo Signal Denoising)
    2019-03-12 21:42:05下载
    积分:1
  • Edgedetection
    The file will give you the fundamental steps for images and edge detection.I have tried the basic image processing and it helped me a lot in understanding the edge detection program for matlab and so I am putting here for you all guys to get some help.
    2010-09-08 01:08:43下载
    积分:1
  • Bloss
    this source code is bloss matlab
    2013-08-04 14:56:38下载
    积分:1
  • TE_run-example
    对gpr跨孔进行处理的程序,有助于地质专业的学生进行学习与研究。(the programe is for geometry students in sdutying end anlysis.)
    2012-04-12 18:56:48下载
    积分:1
  • MATLAB
    利用matlab自带的一些程序,编写的一些滤波程序。包括线性平滑滤波、中值滤波、状态统计滤波等。(Matlab comes with some procedures, the preparation of some of the filtering process. Including linear smoothing filter, median filter, the state statistical filtering.)
    2013-04-01 09:49:03下载
    积分:1
  • matlab
    关于信息安全的数字水印技术,其的提取与嵌入过程!(On information security digital watermarking technology, the extraction and embedding process!)
    2013-05-10 11:31:22下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载