Add comments to define units for a(1), a(2).

This commit is contained in:
Joe Taylor
2021-05-29 13:16:09 -04:00
parent 1c7b57cb55
commit 47ee40540b
+4
View File
@@ -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