1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-07 00:14:49 -04:00

Tweak UI.

This commit is contained in:
Hexameron
2014-06-30 21:53:59 +01:00
parent f3e5881be2
commit 3824642bff
8 changed files with 25 additions and 31 deletions
+1 -1
View File
@@ -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