mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-02-03 09:44:24 -05:00
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:
parent
d09f8c0892
commit
07c0df1be4
@ -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
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
//--------------------------------------------------------------- MainWindow
|
||||
//-------------------------------------------------------------- MainWindow
|
||||
#include "mainwindow.h"
|
||||
#include "ui_mainwindow.h"
|
||||
#include "devsetup.h"
|
||||
|
Loading…
Reference in New Issue
Block a user