mirror of https://github.com/g4klx/MMDVM.git
New deviation values for P25 (not tested)
This commit is contained in:
parent
fcdbb8cda0
commit
bb6a554919
|
@ -46,10 +46,10 @@ static q15_t P25_LP_FILTER[] = {170, 401, 340, -203, -715, -478, 281, 419, -440,
|
||||||
281, -478, -715, -203, 340, 401, 170};
|
281, -478, -715, -203, 340, 401, 170};
|
||||||
const uint16_t P25_LP_FILTER_LEN = 44U;
|
const uint16_t P25_LP_FILTER_LEN = 44U;
|
||||||
|
|
||||||
const q15_t P25_LEVELA = 2475;
|
const q15_t P25_LEVELA = 1698;
|
||||||
const q15_t P25_LEVELB = 825;
|
const q15_t P25_LEVELB = 566;
|
||||||
const q15_t P25_LEVELC = -825;
|
const q15_t P25_LEVELC = -566;
|
||||||
const q15_t P25_LEVELD = -2475;
|
const q15_t P25_LEVELD = -1698;
|
||||||
|
|
||||||
const uint8_t P25_START_SYNC = 0x77U;
|
const uint8_t P25_START_SYNC = 0x77U;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue