From 07c0df1be48301ac688d6bd284d8e7f8c6d9cc6d Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Tue, 4 Sep 2012 20:21:48 +0000 Subject: [PATCH] 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 --- libm65/decode1a.f | 2 +- mainwindow.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libm65/decode1a.f b/libm65/decode1a.f index 7e7e64a1e..99ac6d9dc 100644 --- a/libm65/decode1a.f +++ b/libm65/decode1a.f @@ -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 diff --git a/mainwindow.cpp b/mainwindow.cpp index 37d58b018..acc8b985a 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -1,4 +1,4 @@ -//--------------------------------------------------------------- MainWindow +//-------------------------------------------------------------- MainWindow #include "mainwindow.h" #include "ui_mainwindow.h" #include "devsetup.h"