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:
@@ -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++)
|
||||
|
||||
Reference in New Issue
Block a user