1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 21:54:55 -04:00

HackRF output: implementation of Fc position selection in the GUI

This commit is contained in:
f4exb
2019-03-31 23:09:50 +02:00
parent ca24d8e9f6
commit 8e6f9d8d24
18 changed files with 545 additions and 44 deletions
@@ -37,6 +37,7 @@ public:
void startWork();
void stopWork();
void setLog2Interpolation(unsigned int log2_interp);
void setFcPos(int fcPos);
private:
QMutex m_startWaitMutex;
@@ -48,6 +49,7 @@ private:
SampleSourceFifo* m_sampleFifo;
unsigned int m_log2Interp;
int m_fcPos;
Interpolators<qint8, SDR_TX_SAMP_SZ, 8> m_interpolators;