Added QSY function to waterfall controls for centering a signal in the bandpass

This commit is contained in:
Jordan Sherer
2018-09-09 17:18:07 -04:00
parent 5a18b3f9fb
commit 4b28f9eca5
7 changed files with 313 additions and 277 deletions
+1
View File
@@ -125,6 +125,7 @@ public slots:
void readFromStdout();
void p1ReadFromStdout();
void setXIT(int n, Frequency base = 0u);
void qsy(int hzDelta);
void setFreqOffsetForRestore(int freq, bool shouldRestore);
bool tryRestoreFreqOffset();
void setFreq4(int rxFreq, int txFreq);