mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-21 19:55:20 -05:00
Add comments to define units for a(1), a(2).
This commit is contained in:
parent
1c7b57cb55
commit
47ee40540b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user