1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 06:04:39 -04:00

Test Source: fixed glitches

This commit is contained in:
f4exb
2018-08-06 22:46:48 +02:00
parent 29677cba06
commit b174e6b7ad
2 changed files with 7 additions and 1 deletions
@@ -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