Change to NSPS=720 for 15-seconf FST240 modes, to allow use for EME.

This commit is contained in:
Joe Taylor
2020-06-29 17:33:46 -04:00
parent d462277a3e
commit a44b240192
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ void Modulator::start (QString mode, unsigned symbolsLength, double framesPerSym
m_bFastMode=fastMode;
m_TRperiod=TRperiod;
unsigned delay_ms=1000;
if(mode=="FT8" or (mode=="FST240" and m_nsps==800)) delay_ms=500; //FT8, FST240-15
if(mode=="FT8" or (mode=="FST240" and m_nsps==720)) delay_ms=500; //FT8, FST240-15
if(mode=="FT4") delay_ms=300; //FT4
// noise generator parameters