New deviation value for YSF

This commit is contained in:
Andy CA6JAU 2017-04-02 13:13:33 -03:00
parent bb6a554919
commit 555197b0a2
1 changed files with 8 additions and 8 deletions

View File

@ -37,15 +37,15 @@ static q15_t YSF_C4FSK_FILTER[] = {0, 0, 0, 0, 401, 104, -340, -731, -847, -553,
const uint16_t YSF_C4FSK_FILTER_PHASE_LEN = 9U; // phaseLength = numTaps/L const uint16_t YSF_C4FSK_FILTER_PHASE_LEN = 9U; // phaseLength = numTaps/L
#endif #endif
const q15_t YSF_LEVELA_HI = 4035; const q15_t YSF_LEVELA_HI = 3900;
const q15_t YSF_LEVELB_HI = 1345; const q15_t YSF_LEVELB_HI = 1300;
const q15_t YSF_LEVELC_HI = -1345; const q15_t YSF_LEVELC_HI = -1300;
const q15_t YSF_LEVELD_HI = -4035; const q15_t YSF_LEVELD_HI = -3900;
const q15_t YSF_LEVELA_LO = 2019; const q15_t YSF_LEVELA_LO = 1950;
const q15_t YSF_LEVELB_LO = 673; const q15_t YSF_LEVELB_LO = 650;
const q15_t YSF_LEVELC_LO = -673; const q15_t YSF_LEVELC_LO = -650;
const q15_t YSF_LEVELD_LO = -2019; const q15_t YSF_LEVELD_LO = -1950;
const uint8_t YSF_START_SYNC = 0x77U; const uint8_t YSF_START_SYNC = 0x77U;
const uint8_t YSF_END_SYNC = 0xFFU; const uint8_t YSF_END_SYNC = 0xFFU;