From 89f6702d70c4a4cf1837e1cf56c30bedcde70d58 Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Mon, 17 Oct 2016 19:29:09 +0100 Subject: [PATCH] Reset P25 transmit levels. --- P25TX.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/P25TX.cpp b/P25TX.cpp index 2244389..8b2b079 100644 --- a/P25TX.cpp +++ b/P25TX.cpp @@ -46,10 +46,10 @@ static q15_t P25_LP_FILTER[] = {170, 401, 340, -203, -715, -478, 281, 419, -440, 281, -478, -715, -203, 340, 401, 170}; const uint16_t P25_LP_FILTER_LEN = 44U; -const q15_t P25_LEVELA[] = { 594, 594, 594, 594, 594}; -const q15_t P25_LEVELB[] = { 198, 198, 198, 198, 198}; -const q15_t P25_LEVELC[] = {-198, -198, -198, -198, -198}; -const q15_t P25_LEVELD[] = {-594, -594, -594, -594, -594}; +const q15_t P25_LEVELA[] = { 539, 539, 539, 539, 539}; +const q15_t P25_LEVELB[] = { 179, 179, 179, 179, 179}; +const q15_t P25_LEVELC[] = {-179, -179, -179, -179, -179}; +const q15_t P25_LEVELD[] = {-539, -539, -539, -539, -539}; const uint8_t P25_START_SYNC = 0x77U;