mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-01 13:47:01 -04:00
Test Source: fixed glitches
This commit is contained in:
@@ -133,7 +133,7 @@ const QString& TestSourceInput::getDeviceDescription() const
|
||||
|
||||
int TestSourceInput::getSampleRate() const
|
||||
{
|
||||
return m_settings.m_sampleRate;
|
||||
return m_settings.m_sampleRate/(1<<m_settings.m_log2Decim);
|
||||
}
|
||||
|
||||
quint64 TestSourceInput::getCenterFrequency() const
|
||||
|
||||
Reference in New Issue
Block a user