Reduce the transmit levels by half.

This commit is contained in:
Jonathan Naylor 2016-04-14 18:38:02 +01:00
parent 51f26b1330
commit 67aec1907e
3 changed files with 10 additions and 10 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[] = { 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};
q15_t YSF_A[] = { 704, 704, 704, 704, 704};
q15_t YSF_B[] = { 235, 235, 235, 235, 235};
q15_t YSF_C[] = {-235, -235, -235, -235, -235};
q15_t YSF_D[] = {-704, -704, -704, -704, -704};
CYSFTX::CYSFTX() :