mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-07 00:14:49 -04:00
Tweak UI.
This commit is contained in:
@@ -182,7 +182,7 @@ const QString& RTLSDRInput::getDeviceDescription() const
|
||||
|
||||
int RTLSDRInput::getSampleRate() const
|
||||
{
|
||||
return 1536000 / (1 << m_settings.m_decimation);
|
||||
return 96000 * (1 << m_settings.m_decimation);
|
||||
}
|
||||
|
||||
quint64 RTLSDRInput::getCenterFrequency() const
|
||||
|
||||
Reference in New Issue
Block a user