mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-07-29 20:22:28 -04:00
Correct the computed duration of a SuperFox transmission, in sfoxtest.
This commit is contained in:
parent
d234986165
commit
2a95463c80
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user