A few more fixups for QRA65. Not finished, yet!

This commit is contained in:
Joe Taylor
2020-09-25 15:38:20 -04:00
parent 443aee5355
commit acd6253373
8 changed files with 20 additions and 14 deletions
+1 -1
View File
@@ -70,7 +70,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=="FST4" and m_nsps==720) or mode=="QRA66") delay_ms=500; //FT8, FST4-15, QRA66
if(mode=="FT8" or (mode=="FST4" and m_nsps==720) or mode=="QRA65") delay_ms=500; //FT8, FST4-15, QRA65
if(mode=="FT4") delay_ms=300; //FT4
// noise generator parameters