Change FFT length for final symbol spectra, when nfast=2.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@2557 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2012-09-04 20:21:48 +00:00
parent d09f8c0892
commit 07c0df1be4
2 changed files with 2 additions and 2 deletions

View File

@ -101,7 +101,7 @@
! submodes B and C).
nsym=126
nfft=512/mode65
nfft=512/(nfast*mode65)
j=(dt00+dtbest+2.685)*1378.125 + joff
if(j.lt.0) j=0

View File

@ -1,4 +1,4 @@
//--------------------------------------------------------------- MainWindow
//-------------------------------------------------------------- MainWindow
#include "mainwindow.h"
#include "ui_mainwindow.h"
#include "devsetup.h"