From 8b1de21df2cad7993df24a4fa1e844055a73b790 Mon Sep 17 00:00:00 2001 From: f4exb Date: Thu, 31 Oct 2019 08:44:50 +0100 Subject: [PATCH] Beam seering CW source: use smaller FIFO size --- .../channelmimo/beamsteeringcwmod/beamsteeringcwmodsource.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/channelmimo/beamsteeringcwmod/beamsteeringcwmodsource.cpp b/plugins/channelmimo/beamsteeringcwmod/beamsteeringcwmodsource.cpp index e76e8b7c3..f67f05ae0 100644 --- a/plugins/channelmimo/beamsteeringcwmod/beamsteeringcwmodsource.cpp +++ b/plugins/channelmimo/beamsteeringcwmod/beamsteeringcwmodsource.cpp @@ -33,7 +33,7 @@ BeamSteeringCWModSource::BeamSteeringCWModSource() : m_steeringDegrees(90), m_mutex(QMutex::Recursive) { - m_sampleMOFifo.init(2, 4096*64); + m_sampleMOFifo.init(2, 1200*64); m_vbegin.resize(2); for (int i = 0; i < 2; i++)