1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-08-14 23:43:43 -04:00

TestMOSync: spectrum display

This commit is contained in:
f4exb
2019-10-29 06:11:57 +01:00
parent f9d7be11cc
commit 8685cec6c1
8 changed files with 240 additions and 63 deletions
@@ -33,7 +33,7 @@ BeamSteeringCWModSource::BeamSteeringCWModSource() :
m_steeringDegrees(90),
m_mutex(QMutex::Recursive)
{
m_sampleMOFifo.init(2, 96000 * 8);
m_sampleMOFifo.init(2, 4096*64);
m_vbegin.resize(2);
for (int i = 0; i < 2; i++)