mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-21 11:31:51 -05:00
Allow X2 tone spacing also in JT9 (slow) modes.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8096 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
d866fa6916
commit
3cbfb3c594
@ -5758,6 +5758,7 @@ void MainWindow::transmit (double snr)
|
||||
int nsps[]={480,240,120,60};
|
||||
double sps=m_nsps;
|
||||
m_toneSpacing=nsub*12000.0/6912.0;
|
||||
if(m_config.x2ToneSpacing()) m_toneSpacing=2.0*m_toneSpacing;
|
||||
bool fastmode=false;
|
||||
if(m_bFast9 and (m_nSubMode>=4)) {
|
||||
fastmode=true;
|
||||
|
Loading…
Reference in New Issue
Block a user