add payload examples

pull/123/head
kc1awv 2023-07-13 11:25:52 -04:00
rodzic b763c8a70b
commit 64bb3d3fc9
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 2319BC141AC5D484
2 zmienionych plików z 15 dodań i 0 usunięć

Plik binarny nie jest wyświetlany.

Wyświetl plik

@ -728,6 +728,21 @@ The Frame Number (FN) starts from 0 and increments every frame to a maximum of \
Stream data (STREAM) is obtained by extracting 128 bits at a time from the continuous stream of application layer data. If the last frame will contain less than 128 bits of valid data, the remaining bits should be set to zero.
\begin{table}[H]
\centering
\begin{tblr}{
colspec={llXX},
}
\hline
Mode & Codec 2 rate & Frame t + 0 & Frame t + 1... \\
\hline
Voice & 3200 & 128 bits encoded speech & 128 bits encoded speech \\
Voice + Data & 1600 & 64 bits encoded speech + 64 bits arbitrary data & 64 bits encoded speech + 64 bits arbitrary data \\
\hline[2px]
\end{tblr}
\caption{STREAM Payload Examples}
\end{table}
\paragraph{Stream Contents ECC/FEC}
The 144 Type 1 bits of Stream Contents along with 4 flush bits are convolutionally coded using a rate 1/2 coder with constraint K=5. 148 bits total are encoded resulting in 296 Type 2 bits.