代码搜索:golay
找到约 62 项符合「golay」的源代码
代码结果 62
www.eeworm.com/read/176493/9495856
svu golay.svu
www.eeworm.com/read/158297/11626984
m golay.m
% This file contains the golay matrices used in chapter 16:
golay=[1,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,1,1,1,0,0,0,1, ...
0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,1,1,1,0,0,0,1, ...
0,0,1,0,0,0,0,
www.eeworm.com/read/127321/14361369
asm golay.asm
;----------------------------------------------------------------------
; Subroutine: gloay
;
; Description:
;
; Constants:
;
; Global Variables: gnHiByte, gnLoByte as input data
;
www.eeworm.com/read/169277/9870672
c golay23.c
/* File: golay23.c
* Title: Encoder/decoder for a binary (23,12,7) Golay code
* Author: Robert Morelos-Zaragoza (robert@spectra.eng.hawaii.edu)
* Date: August 1994
*
* The binary (2
www.eeworm.com/read/424047/10504749
c golay23.c
/* File: golay23.c
* Title: Encoder/decoder for a binary (23,12,7) Golay code
* Author: Robert Morelos-Zaragoza (robert@spectra.eng.hawaii.edu)
* Date: August 1994
*
* The binary (23,12,
www.eeworm.com/read/159516/10644871
c golay23.c
/* File: golay23.c
* Title: Encoder/decoder for a binary (23,12,7) Golay code
* Author: Robert Morelos-Zaragoza (robert@spectra.eng.hawaii.edu)
* Date: August 1994
*
* The binary (23,12,
www.eeworm.com/read/416320/11033320
c golay24.c
// ------------------------------------------------------------------------
// File: golay24.c
//
// An arithmetic decoder for the (24,12,8) Golay code.
// Note: The C code below assumes execut
www.eeworm.com/read/416320/11033327
c golay23.c
// ------------------------------------------------------------------------
// File: golay23.c
// Title: Encoder/decoder for the binary (23,12,7) Golay code
// Date: August 1994
//
// The
www.eeworm.com/read/295861/8136483
c golay24.c
// ------------------------------------------------------------------------
// File: golay24.c
//
// An arithmetic decoder for the (24,12,8) Golay code.
// Note: The C code below assumes execut
www.eeworm.com/read/295861/8136487
c golay23.c
// ------------------------------------------------------------------------
// File: golay23.c
// Title: Encoder/decoder for the binary (23,12,7) Golay code
// Date: August 1994
//
// The