From 2a95463c80e5506dccc975ce4d05ff95a603db70 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Mon, 19 Feb 2024 14:32:15 -0500 Subject: [PATCH] Correct the computed duration of a SuperFox transmission, in sfoxtest. --- lib/superfox/sfoxtest.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/superfox/sfoxtest.f90 b/lib/superfox/sfoxtest.f90 index 4dcf64078..e087a454f 100644 --- a/lib/superfox/sfoxtest.f90 +++ b/lib/superfox/sfoxtest.f90 @@ -74,7 +74,7 @@ program sfoxtest bw=NQ*baud maxerr=(NN-KK)/2 tsync=NSYNC/12000.0 - txt=(NN-2+NS)*NSPS/12000.0 + txt=(NN+NS)*NSPS/12000.0 write(*,1000) MM,NN,KK,NSPS,baud,bw,itu,fspread,delay,maxerr, & tsync,txt