mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-18 13:48:43 -04:00
QRA66: change NSPS from 1920 to 1800. TxT=85*1800/12000=12.75 s.
This commit is contained in:
@@ -7390,9 +7390,9 @@ void MainWindow::transmit (double snr)
|
||||
}
|
||||
|
||||
if (m_modeTx == "QRA66") {
|
||||
toneSpacing=12000.0/1920.0;
|
||||
toneSpacing=12000.0/1800.0;
|
||||
Q_EMIT sendMessage (m_mode, NUM_QRA66_SYMBOLS,
|
||||
1920.0, ui->TxFreqSpinBox->value () - m_XIT,
|
||||
1800.0, ui->TxFreqSpinBox->value () - m_XIT,
|
||||
toneSpacing, m_soundOutput, m_config.audio_output_channel (),
|
||||
true, false, snr, m_TRperiod);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user