Update physical_layer.rst

pull/79/head
Wojciech Kaczmarski 2021-10-22 19:37:25 +02:00 committed by GitHub
parent c3f6b999d3
commit 2de1ae2b92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -138,10 +138,10 @@ The LICH chunks allow for late listening and indepedent decoding to
check destination address. The goal is to require less complexity to
decode just the LICH and check if the full message should be decoded.
Extended Golay code (24,12)
Extended Golay(24,12) code
~~~~~~~~~~~~~
The extended Golay (24,12) encoder uses generating polynomial *g* given below to generate the 11
The extended Golay(24,12) encoder uses generating polynomial *g* given below to generate the 11
check bits. The check bits and an additional parity bit are appended to
the 12 bit data, resulting in a 24 bit codeword. The resulting code is systematic,
meaning that the input data (message) is embedded in the codeword.