mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-07-25 11:34:09 -04:00
RTLSDR: implemented Fc position adjustment
This commit is contained in:
@@ -37,6 +37,7 @@ public:
|
||||
void stopWork();
|
||||
void setSamplerate(int samplerate);
|
||||
void setLog2Decimation(unsigned int log2_decim);
|
||||
void setFcPos(int fcPos);
|
||||
|
||||
private:
|
||||
QMutex m_startWaitMutex;
|
||||
@@ -49,6 +50,7 @@ private:
|
||||
|
||||
int m_samplerate;
|
||||
unsigned int m_log2Decim;
|
||||
int m_fcPos;
|
||||
|
||||
Decimators<quint8, SDR_SAMP_SZ, 8> m_decimators;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user