mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-08-26 13:26:24 -04:00
Transverter frequency shift logic. Implemented it for RTLSDR
This commit is contained in:
@@ -106,6 +106,15 @@ public:
|
||||
const std::vector<int>& getGains() const { return m_gains; }
|
||||
void set_ds_mode(int on);
|
||||
|
||||
static const quint64 frequencyLowRangeMin;
|
||||
static const quint64 frequencyLowRangeMax;
|
||||
static const quint64 frequencyHighRangeMin;
|
||||
static const quint64 frequencyHighRangeMax;
|
||||
static const int sampleRateLowRangeMin;
|
||||
static const int sampleRateLowRangeMax;
|
||||
static const int sampleRateHighRangeMin;
|
||||
static const int sampleRateHighRangeMax;
|
||||
|
||||
private:
|
||||
DeviceSourceAPI *m_deviceAPI;
|
||||
FileRecord *m_fileSink; //!< File sink to record device I/Q output
|
||||
|
||||
Reference in New Issue
Block a user