From 48368252f72e95b3317102ef553408a8ae71f761 Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Thu, 18 Feb 2016 09:03:13 +0000 Subject: [PATCH] Reduce the deviation of System Fusion transmissions. --- YSFTX.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/YSFTX.cpp b/YSFTX.cpp index b59c8c5..5af85fa 100644 --- a/YSFTX.cpp +++ b/YSFTX.cpp @@ -31,10 +31,10 @@ const uint16_t YSF_C4FSK_FILTER_LEN = 42U; const uint8_t YSF_START_SYNC = 0x77U; const uint8_t YSF_END_SYNC = 0xFFU; -q15_t YSF_A[] = { 1856, 1856, 1856, 1856, 1856}; -q15_t YSF_B[] = { 619, 619, 619, 619, 619}; -q15_t YSF_C[] = { -619, -619, -619, -619, -619}; -q15_t YSF_D[] = {-1806, -1856, -1856, -1856, -1856}; +q15_t YSF_A[] = { 1408, 1408, 1408, 1408, 1408}; +q15_t YSF_B[] = { 470, 470, 470, 470, 470}; +q15_t YSF_C[] = { -470, -470, -470, -470, -470}; +q15_t YSF_D[] = {-1408, -1408, -1408, -1408, -1408}; CYSFTX::CYSFTX() :