代码搜索:RS编码
找到约 10,000 项符合「RS编码」的源代码
代码结果 10,000
www.eeworm.com/read/185241/9047487
asm rs.asm
;***************************************************************
;* TMS320C2000 C/C++ Codegen PC Version 3.03 *
;* Date/Time created: Tue Jun 01 22:01:00 2004 *
;*
www.eeworm.com/read/185241/9047861
h rs.h
#define RSInforBit 6 /* RS code over GF(2^RSInforBit) */
#define RSInforSym 43 /* Number of information symbols */
#define RSTotalSym ((1
www.eeworm.com/read/185238/9048548
c rs.c
#include
#include
#include "Setting.H"
#include "RS.H"
/* Primitive polynomials */
#if(RSInforBit == 2)
WordType Pp[RSInforBit+1] = { 1, 1, 1 };
#elif(RSInforBit == 3)
www.eeworm.com/read/185238/9048578
h rs.h
#define RSInforBit 6 /* RS code over GF(2^RSInforBit) */
#define RSInforSym 43 /* Number of information symbols */
#define RSTotalSym ((1
www.eeworm.com/read/185237/9048617
c rs.c
#include
#include
#include "Setting.H"
#include "RS.H"
/* Primitive polynomials */
#if(RSInforBit == 2)
WordType Pp[RSInforBit+1] = { 1, 1, 1 };
#elif(RSInforBit == 3)
www.eeworm.com/read/185237/9048659
h rs.h
#define RSInforBit 6 /* RS code over GF(2^RSInforBit) */
#define RSInforSym 43 /* Number of information symbols */
#define RSTotalSym ((1
www.eeworm.com/read/183994/9126846
c rs.c
/*
* Reed Solomon Encoder/Decoder
*
* (c) Henry Minsky (hqm@ua.com), Universal Access 1991-1995
*/
#include
#include
#include "ecc.h"
/* Encoder parity bytes */
int pBytes[
www.eeworm.com/read/183994/9126849
doc rs.doc
Introduction to Reed Solomon Codes:
Henry Minsky, Universal Access Inc.
hqm@ua.com
[For details see Cain, Clark, "Error-Correction Coding For Digital
Communications", pp. 205.] The Reed-Solomon C
www.eeworm.com/read/380778/9128219
bmp rs.bmp
www.eeworm.com/read/380778/9128299