mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-21 23:28:41 -04:00
Aaronia RTSA Rx: initial commit
This commit is contained in:
@@ -55,7 +55,7 @@ private:
|
||||
int m_fcPos;
|
||||
bool m_iqOrder;
|
||||
|
||||
Decimators<qint32, qint16, SDR_RX_SAMP_SZ, 12, true> m_decimatorsIQ;
|
||||
Decimators<qint32, qint16, SDR_RX_SAMP_SZ, 12, true> m_decimatorsIQ;
|
||||
Decimators<qint32, qint16, SDR_RX_SAMP_SZ, 12, false> m_decimatorsQI;
|
||||
|
||||
void run();
|
||||
|
||||
Reference in New Issue
Block a user