mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 14:04:46 -04:00
Added a decimation by 32 for BladeRF plugin
This commit is contained in:
@@ -156,7 +156,7 @@ void BladerfGui::on_bandwidth_valueChanged(int value)
|
||||
|
||||
void BladerfGui::on_decim_valueChanged(int value)
|
||||
{
|
||||
if ((value <0) || (value > 4))
|
||||
if ((value <0) || (value > 5))
|
||||
return;
|
||||
ui->decimText->setText(tr("%1").arg(1<<value));
|
||||
m_settings.m_log2Decim = value;
|
||||
|
||||
Reference in New Issue
Block a user