mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-05 14:37:02 +00:00
Fixing symbol generation (zero padding for FIR interpolation)
This commit is contained in:
parent
a033ee66fd
commit
546243eec6
3 changed files with 10 additions and 10 deletions
|
|
@ -36,10 +36,10 @@ static q15_t DMR_C4FSK_FILTER[] = {401, 104, -340, -731, -847, -553, 112, 909, 1
|
|||
const uint16_t DMR_C4FSK_FILTER_LEN = 42U;
|
||||
#endif
|
||||
|
||||
const q15_t DMR_LEVELA[] = { 640, 640 , 640, 640, 640};
|
||||
const q15_t DMR_LEVELB[] = { 213, 213, 213, 213, 213};
|
||||
const q15_t DMR_LEVELC[] = {-213, -213, -213, -213, -213};
|
||||
const q15_t DMR_LEVELD[] = {-640, -640, -640, -640, -640};
|
||||
const q15_t DMR_LEVELA[] = { 3195, 0 , 0, 0, 0};
|
||||
const q15_t DMR_LEVELB[] = { 1065, 0 , 0, 0, 0};
|
||||
const q15_t DMR_LEVELC[] = {-1065, 0 , 0, 0, 0};
|
||||
const q15_t DMR_LEVELD[] = {-3195, 0 , 0, 0, 0};
|
||||
|
||||
// The PR FILL and Data Sync pattern.
|
||||
const uint8_t IDLE_DATA[] =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue