Reduce the deviation of System Fusion transmissions.

This commit is contained in:
Jonathan Naylor 2016-02-18 09:03:13 +00:00
parent a69b2d804f
commit 48368252f7
1 changed files with 4 additions and 4 deletions

View File

@ -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() :