mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-05 14:37:02 +00:00
Merge remote-tracking branch 'g4klx/nxdn' into nxdn
This commit is contained in:
commit
e78fc5b701
2 changed files with 14 additions and 7 deletions
6
IO.cpp
6
IO.cpp
|
|
@ -334,10 +334,10 @@ void CIO::process()
|
|||
}
|
||||
|
||||
if (m_p25Enable) {
|
||||
q15_t C4FSKVals[RX_BLOCK_SIZE];
|
||||
::arm_fir_fast_q15(&m_boxcarFilter, dcSamples, C4FSKVals, RX_BLOCK_SIZE);
|
||||
q15_t P25Vals[RX_BLOCK_SIZE];
|
||||
::arm_fir_fast_q15(&m_boxcarFilter, dcSamples, P25Vals, RX_BLOCK_SIZE);
|
||||
|
||||
p25RX.samples(C4FSKVals, rssi, RX_BLOCK_SIZE);
|
||||
p25RX.samples(P25Vals, rssi, RX_BLOCK_SIZE);
|
||||
}
|
||||
|
||||
if (m_nxdnEnable) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue