1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 21:54:55 -04:00

Interferoeter (9)

This commit is contained in:
f4exb
2019-10-03 01:20:57 +02:00
parent bbf2c7eab0
commit eb662b88ad
3 changed files with 5 additions and 12 deletions
@@ -173,6 +173,7 @@ void BladeRF2MIMO::startRx()
}
m_sourceThread = new BladeRF2MIThread(m_dev->getDev());
m_sampleMIFifo.reset();
m_sourceThread->setFifo(&m_sampleMIFifo);
m_sourceThread->setFcPos(m_settings.m_fcPos);
m_sourceThread->setLog2Decimation(m_settings.m_log2Decim);