mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-22 16:08:39 -05:00
XTRX output: take better settings defaults
This commit is contained in:
parent
56102acc96
commit
7a6ecc41bc
@ -27,13 +27,13 @@ void XTRXOutputSettings::resetToDefaults()
|
||||
{
|
||||
m_centerFrequency = 435000*1000;
|
||||
m_devSampleRate = 5e6;
|
||||
m_log2HardInterp = 1;
|
||||
m_log2HardInterp = 2;
|
||||
m_log2SoftInterp = 4;
|
||||
m_lpfBW = 4.5e6f;
|
||||
m_gain = 20;
|
||||
m_ncoEnable = true;
|
||||
m_ncoFrequency = 500000;
|
||||
m_antennaPath = XTRX_TX_H;
|
||||
m_antennaPath = XTRX_TX_W;
|
||||
m_extClock = false;
|
||||
m_extClockFreq = 0; // Auto
|
||||
m_pwrmode = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user