Merge pull request #4 from elms/address_table

Add table with address space
pull/6/head
Wojciech Kaczmarski 2020-09-09 16:51:07 +02:00 zatwierdzone przez GitHub
commit 093afbfa2f
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
2 zmienionych plików z 22 dodań i 2 usunięć

Wyświetl plik

@ -14,11 +14,27 @@ addresses) are encoded into these 6 bytes in the following ways:
* Address values between 262144000000000 (:math:`40^9`) and
281474976710654 (:math:`2^{48}-2`) are invalid
.. todo:: Can we think of something to do with these 19330976710654 addresses?
.. todo:: Can we think of something to do with these 19330976710655 addresses?
* An address of 0xFFFFFFFFFFFF is a broadcast. All stations should
receive and listen to this message.
.. table:: Address scheme
+------------------------------+---------------+-------------------+-------------------+
|Address Range |Category |Number of addresses |Remarks |
+==============================+===============+===================+===================+
|0x000000000000 |RESERVED |1 |For future use |
+------------------------------+---------------+-------------------+-------------------+
|0x000000000001-0xee6b27ffffff |Unit ID |262143999999999 | |
+------------------------------+---------------+-------------------+-------------------+
|0xee6b28000000-0xfffffffffffe |RESERVED |19330976710655 |For future use |
+------------------------------+---------------+-------------------+-------------------+
|0xffffffffffff |Broadcast |1 |Valid only for |
| | | |destination field |
+------------------------------+---------------+-------------------+-------------------+
Callsign Encoding: base40
-------------------------

Wyświetl plik

@ -34,7 +34,7 @@ The bit-to-symbol mapping is shown in the table below.
|Information bits |Symbol |4FSK deviation |
+---------------+---------------+ | |
|Bit 1 | Bit 0 | | |
+---------------+---------------+---------------+---------------+
+===============+===============+===============+===============+
|0 |1 |+3 |+2.4 kHz |
+---------------+---------------+---------------+---------------+
|0 |0 |+1 |+0.8 kHz |
@ -194,6 +194,10 @@ is for frames (excluding LICH chunks, which are coded differently).
.. todo:: explain whats the X for
Interleaving
~~~~~~~~~~~~
To be Documented.
Data Whitening
~~~~~~~~~~~~~~