1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-12-23 01:55:48 -05:00

Restore tx implementation roadmap

This commit is contained in:
f4exb 2016-12-21 21:47:56 +01:00
parent 1769a145de
commit d7918f0ff4
2 changed files with 7 additions and 7 deletions

View File

@ -41,8 +41,8 @@ Transmission or signal generation support for eligible devices (BladeRF and Hack
- Phase 4a: version 2.4.0: FM modulator - Phase 4a: version 2.4.0: FM modulator
- Phase 4b: version 2.5.0: SSB modulator and CW keyer - Phase 4b: version 2.5.0: SSB modulator and CW keyer
- Phase 4c: version 2.5.1: WFM modulator - Phase 4c: version 2.5.1: WFM modulator
- Phase 4d: version 2.5.2: limit to one channel plugin due to bug #11 - Phase 4d: version 2.5.2: Fix issue #11 or limit to a single channel plugin
- phase 5: version 2.6.0: BladeRF and HackRF support including final interpolation stage. Degraded with only one channel plugin allowed due to bug #11 - phase 5: version 3.0.0: BladeRF and HackRF support including final interpolation stage. Degraded with only one channel plugin allowed due to bug #11
<h2>Airspy</h2> <h2>Airspy</h2>

View File

@ -128,11 +128,11 @@ void FileSinkThread::tick()
m_throttleToggle = !m_throttleToggle; m_throttleToggle = !m_throttleToggle;
} }
// if (m_throttlems > m_maxThrottlems) if (m_throttlems > m_maxThrottlems)
// { {
// qDebug("FileSinkThread::tick: m_maxThrottlems: %d", m_maxThrottlems); qDebug("FileSinkThread::tick: m_maxThrottlems: %d", m_maxThrottlems);
// m_maxThrottlems = m_throttlems; m_maxThrottlems = m_throttlems;
// } }
SampleVector::iterator readUntil; SampleVector::iterator readUntil;