1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-08-15 07:55:26 -04:00

PlutoSDR input: set FIR bandwidth limits and sample rate limits dynamically

This commit is contained in:
f4exb
2017-09-10 19:37:23 +02:00
parent a582e0f628
commit a088f2d30e
6 changed files with 34 additions and 2 deletions
@@ -67,6 +67,8 @@ private:
void sendSettings(bool forceSettings = false);
void blockApplySettings(bool block);
void updateSampleRateAndFrequency();
void setFIRBWLimits();
void setSampleRateLimits();
private slots:
void on_startStop_toggled(bool checked);