mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 14:04:46 -04:00
BladeRF input: continuous sample rate setting
This commit is contained in:
@@ -69,9 +69,9 @@ private:
|
||||
private slots:
|
||||
void handleDSPMessages();
|
||||
void on_centerFrequency_changed(quint64 value);
|
||||
void on_sampleRate_changed(quint64 value);
|
||||
void on_dcOffset_toggled(bool checked);
|
||||
void on_iqImbalance_toggled(bool checked);
|
||||
void on_samplerate_currentIndexChanged(int index);
|
||||
void on_bandwidth_currentIndexChanged(int index);
|
||||
void on_decim_currentIndexChanged(int index);
|
||||
void on_lna_currentIndexChanged(int index);
|
||||
|
||||
Reference in New Issue
Block a user