From 47ee40540b46ee2567bc79ff3eb8a919adeeea13 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Sat, 29 May 2021 13:16:09 -0400 Subject: [PATCH] Add comments to define units for a(1), a(2). --- lib/twkfreq.f90 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/twkfreq.f90 b/lib/twkfreq.f90 index 7c240d529..5188d5006 100644 --- a/lib/twkfreq.f90 +++ b/lib/twkfreq.f90 @@ -1,5 +1,9 @@ subroutine twkfreq(c3,c4,npts,fsample,a) + ! Adjust frequency of complex data + ! a(1) Hz + ! a(2) Hz/(0.5*TxT), where TxT = npts/fsample = file duration + complex c3(npts) complex c4(npts) complex w,wstep