More tweaking of the POCSAG deviation.

This commit is contained in:
Jonathan Naylor 2018-06-18 22:12:13 +01:00
parent ce05dec2e6
commit ef32988827
1 changed files with 2 additions and 2 deletions

View File

@ -26,8 +26,8 @@ const uint16_t POCSAG_FRAME_LENGTH_BYTES = 17U * sizeof(uint32_t);
const uint16_t POCSAG_RADIO_SYMBOL_LENGTH = 20U;
const q15_t POCSAG_LEVEL1[] = { 1853, 1853, 1853, 1853, 1853, 1853, 1853, 1853, 1853, 1853, 1853, 1853, 1853, 1853, 1853, 1853, 1853, 1853, 1853, 1853};
const q15_t POCSAG_LEVEL0[] = {-1853, -1853, -1853, -1853, -1853, -1853, -1853, -1853, -1853, -1853, -1853, -1853, -1853, -1853, -1853, -1853, -1853, -1853, -1853, -1853};
const q15_t POCSAG_LEVEL1[] = { 1700, 1700, 1700, 1700, 1700, 1700, 1700, 1700, 1700, 1700, 1700, 1700, 1700, 1700, 1700, 1700, 1700, 1700, 1700, 1700};
const q15_t POCSAG_LEVEL0[] = {-1700, -1700, -1700, -1700, -1700, -1700, -1700, -1700, -1700, -1700, -1700, -1700, -1700, -1700, -1700, -1700, -1700, -1700, -1700, -1700};
const uint8_t POCSAG_SYNC = 0xAAU;