CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - k matrix
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - k matrix - List
[
ARM-PowerPC-ColdFire-MIPS
]
ma_CRC_files
DL : 0
decoder of Hamming Use a [7,4] Hamming code. m = 3 n = 2^m-1 k = n-m parmat = hammgen(m) Produce parity-check matrix. trt = syndtable(parmat) Produce decoding table. recd = [1 0 0 1 1 1 1] Suppose this is the received vector. syndrome = rem(recd * parmat ,2) syndrome_de = bi2de(syndrome, left-msb ) Convert to decimal.-decoder of Hamming Use a [7,4] Hamming code. m = 3 n = 2^m-1 k = n-m parmat = hammgen(m) Produce parity-check matrix. trt = syndtable(parmat) Produce decoding table. recd = [1 0 0 1 1 1 1] Suppose this is the received vector. syndrome = rem(recd* parmat ,2) syndrome_de = bi2de(syndrome, left-msb ) Convert to decimal.
Date
: 2025-12-29
Size
: 68kb
User
:
le thanh tan
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.