From ef3298882773b159ae73e645a41f4c0b8fda7f36 Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Mon, 18 Jun 2018 22:12:13 +0100 Subject: [PATCH] More tweaking of the POCSAG deviation. --- POCSAGTX.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/POCSAGTX.cpp b/POCSAGTX.cpp index ddbeb88..9fb6068 100644 --- a/POCSAGTX.cpp +++ b/POCSAGTX.cpp @@ -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;