mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-01 21:54:55 -04:00
Import USRP support.
Add LO offset support. Only set tx/rx_bandwidth after getting tx stream, to reduce TX LO leakage for <10MHz bandwidths. Check for reference and LO lock before getting streams.
This commit is contained in:
@@ -89,6 +89,7 @@ private slots:
|
||||
void on_sampleRate_changed(quint64 value);
|
||||
void on_swDecim_currentIndexChanged(int index);
|
||||
void on_lpf_changed(quint64 value);
|
||||
void on_loOffset_changed(qint64 value);
|
||||
void on_gainMode_currentIndexChanged(int index);
|
||||
void on_gain_valueChanged(int value);
|
||||
void on_antenna_currentIndexChanged(int index);
|
||||
|
||||
Reference in New Issue
Block a user