代码搜索:berlekamp
找到约 80 项符合「berlekamp」的源代码
代码结果 80
www.eeworm.com/read/183994/9126845
c berlekamp.c
/***********************************************************************
* Berlekamp-Peterson and Berlekamp-Massey Algorithms for error-location
*
* From Cain, Clark, "Error-Correction Coding For D
www.eeworm.com/read/178964/9380417
v berlekamp.v
// -------------------------------------------------------------------------
//Berlekamp circuit for Reed-Solomon decoder
//Copyright (C) Tue Apr 2 16:42:39 2002
//by Ming-Han Lei(hendrik@humanistic.
www.eeworm.com/read/176555/9493572
v berlekamp.v
// -------------------------------------------------------------------------
//Berlekamp circuit for Reed-Solomon decoder
//Copyright (C) Tue Apr 2 17:07:10 2002
//by Ming-Han Lei(hendrik@humanistic.
www.eeworm.com/read/416967/11008624
v berlekamp.v
// -------------------------------------------------------------------------
//Berlekamp circuit for Reed-Solomon decoder
//Copyright (C) Tue Apr 2 17:07:10 2002
//by Ming-Han Lei(hendrik@humanistic.
www.eeworm.com/read/332847/12722076
c berlekamp.c
/***********************************************************************
* Berlekamp-Peterson and Berlekamp-Massey Algorithms for error-location
*
* From Cain, Clark, "Error-Correction Coding For D
www.eeworm.com/read/156811/11762465
c berlekamp.c
/***********************************************************************
* Berlekamp-Peterson and Berlekamp-Massey Algorithms for error-location
*
* From Cain, Clark, "Error-Correction Coding For D
www.eeworm.com/read/156811/11762479
o berlekamp.o
www.eeworm.com/read/156811/11762505
c berlekamp.c
/***********************************************************************
* Berlekamp-Peterson and Berlekamp-Massey Algorithms for error-location
*
* From Cain, Clark, "Error-Correction Coding For D
www.eeworm.com/read/337174/12386539
c berlekamp.c
/***********************************************************************
* Berlekamp-Peterson and Berlekamp-Massey Algorithms for error-location
*
* From Cain, Clark, "Error-Correction Coding For D
www.eeworm.com/read/225024/14557554
c berlekamp.c
//#include
#include "rs.h"
static int Lambda[MAXDEG];
static int Omega[MAXDEG];
static unsigned char ErrorLocs[128];
static int NErrors;
static unsigned char ErasureLocs[128];
static