mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-05 14:37:02 +00:00
Add DMR calibration.
This commit is contained in:
parent
8bfff17ace
commit
51f26b1330
13 changed files with 184 additions and 46 deletions
4
IO.cpp
4
IO.cpp
|
|
@ -361,11 +361,11 @@ void CIO::process()
|
|||
|
||||
ysfRX.samples(C4FSKVals, blockSize);
|
||||
}
|
||||
} else if (m_modemState == STATE_CALIBRATE) {
|
||||
} else if (m_modemState == STATE_DSTARCAL) {
|
||||
q15_t GMSKVals[RX_BLOCK_SIZE + 1U];
|
||||
::arm_fir_fast_q15(&m_GMSKFilter, samples, GMSKVals, blockSize);
|
||||
|
||||
calRX.samples(GMSKVals, blockSize);
|
||||
calDStarRX.samples(GMSKVals, blockSize);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue