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

Added option to decimate around RF center frequency

This commit is contained in:
f4exb
2015-07-02 02:10:14 +02:00
parent 637c6e74f7
commit 78c944ce69
6 changed files with 218 additions and 9 deletions
@@ -189,6 +189,9 @@ void BladerfGui::on_fcPos_currentIndexChanged(int index)
} else if (index == 1) {
m_settings.m_fcPos = BladerfInput::FC_POS_SUPRA;
sendSettings();
} else if (index == 2) {
m_settings.m_fcPos = BladerfInput::FC_POS_CENTER;
sendSettings();
}
}