From 2de1ae2b9293f19545ea6b5b8e2ccb2e4242bbcb Mon Sep 17 00:00:00 2001 From: Wojciech Kaczmarski <44336093+sp5wwp@users.noreply.github.com> Date: Fri, 22 Oct 2021 19:37:25 +0200 Subject: [PATCH] Update physical_layer.rst --- docs/physical_layer.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/physical_layer.rst b/docs/physical_layer.rst index 06273ad..6db2219 100644 --- a/docs/physical_layer.rst +++ b/docs/physical_layer.rst @@ -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.