From c836b738c5e820cbd4d603e0381efce9d92dfbee Mon Sep 17 00:00:00 2001 From: Stelios Bounanos Date: Mon, 4 Feb 2008 03:12:14 +0000 Subject: [PATCH] Upstream version 2.09F --- configure.ac | 2 +- src/psk/viewpsk.cxx | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 5ad28df0..7cf4d0e2 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_COPYRIGHT([Copyright (C) 2007 Stelios Bounanos, M0GLD (m0gld AT enotty DOT net)]) AC_PREREQ(2.61) -AC_INIT([fldigi], [2.09E], [w1hkj AT w1hkj DOT com]) +AC_INIT([fldigi], [2.09F], [w1hkj AT w1hkj DOT com]) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([-Wall foreign std-options 1.9.6]) AM_MAINTAINER_MODE diff --git a/src/psk/viewpsk.cxx b/src/psk/viewpsk.cxx index 5d99bc9e..1722cb27 100644 --- a/src/psk/viewpsk.cxx +++ b/src/psk/viewpsk.cxx @@ -243,10 +243,11 @@ int viewpsk::rx_process(const double *buf, int len) int idx; complex z[MAXCHANNELS]; + now = time(NULL); + while (len-- > 0) { // process all CHANNELS (25) for (int channel = 0; channel < progdefaults.VIEWERchannels; channel++) { - now = time(NULL); // Mix with the internal NCO for each channel z[channel] = complex ( *buf * cos(phaseacc[channel]), *buf * sin(phaseacc[channel]) );