Increase the FT4 received record length to 21*3456 = 72576 ==> 6.048 s.

This commit is contained in:
Joe Taylor 2019-05-22 15:10:14 -04:00
parent 40438c037e
commit 7bfbca4532
1 changed files with 1 additions and 1 deletions

View File

@ -1466,7 +1466,7 @@ void MainWindow::dataSink(qint64 frames)
}
m_fileToSave.clear ();
int samples=m_TRperiod*12000;
if(m_mode=="FT4") samples=18*3456;
if(m_mode=="FT4") samples=21*3456;
// the following is potential a threading hazard - not a good
// idea to pass pointer to be processed in another thread