Rx sequence must be >= 56 s now, but >= 52 s.

This commit is contained in:
Joe Taylor 2021-04-22 14:35:38 -04:00
parent 4afc6f92b6
commit 96ee2bfac1
1 changed files with 3 additions and 3 deletions

View File

@ -631,8 +631,8 @@ void MainWindow::dataSink(int k)
n=0;
}
if(ihsym == 280) { //For JT65, decode at t=52 s (also for old *.tf2/*.iq disk files)
//if(ihsym == 302) { //For Q65, decode at t=56 s
// if(ihsym == 280) { //For JT65, decode at t=52 s (also for old *.tf2/*.iq disk files)
if(ihsym == 302) { //For Q65, decode at t=56 s
datcom_.newdat=1;
datcom_.nagain=0;
QDateTime t = QDateTime::currentDateTimeUtc();
@ -1126,7 +1126,7 @@ void MainWindow::diskDat() //diskDat()
if(m_fs96000) hsym=2048.0*96000.0/11025.0; //Samples per JT65 half-symbol
if(!m_fs96000) hsym=2048.0*95238.1/11025.0;
for(int i=0; i<284; i++) { // Do the half-symbol FFTs
for(int i=0; i<304; i++) { // Do the half-symbol FFTs
int k = i*hsym + 2048.5;
dataSink(k);
if(i%10 == 0) qApp->processEvents(); //Keep the GUI responsive