From 4039f576aea8274f6be0bb86671bccb08b09a5bb Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Fri, 31 Mar 2017 08:16:13 +0100 Subject: [PATCH] Use the DMR changes from Andy in the DMR DMO TX. --- DMRDMOTX.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/DMRDMOTX.cpp b/DMRDMOTX.cpp index 4b186a3..bd9752d 100644 --- a/DMRDMOTX.cpp +++ b/DMRDMOTX.cpp @@ -36,10 +36,10 @@ static q15_t DMR_C4FSK_FILTER[] = {401, 104, -340, -731, -847, -553, 112, 909, 1 const uint16_t DMR_C4FSK_FILTER_LEN = 42U; #endif -const q15_t DMR_LEVELA[] = { 640, 640 , 640, 640, 640}; -const q15_t DMR_LEVELB[] = { 213, 213, 213, 213, 213}; -const q15_t DMR_LEVELC[] = {-213, -213, -213, -213, -213}; -const q15_t DMR_LEVELD[] = {-640, -640, -640, -640, -640}; +const q15_t DMR_LEVELA[] = { 3195, 0 , 0, 0, 0}; +const q15_t DMR_LEVELB[] = { 1065, 0 , 0, 0, 0}; +const q15_t DMR_LEVELC[] = {-1065, 0 , 0, 0, 0}; +const q15_t DMR_LEVELD[] = {-3195, 0 , 0, 0, 0}; const uint8_t CACH_INTERLEAVE[] = {1U, 2U, 3U, 5U, 6U, 7U, 9U, 10U, 11U, 13U, 15U, 16U, 17U, 19U, 20U, 21U, 23U,