mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-08-03 14:42:25 -04:00
Display NS to sfoxtest user instead of Tsync.
This commit is contained in:
parent
51757d474b
commit
f53d864269
@ -85,10 +85,10 @@ program sfoxtest
|
|||||||
tsync=NSYNC/fsample
|
tsync=NSYNC/fsample
|
||||||
txt=(NN+NS)*NSPS/fsample
|
txt=(NN+NS)*NSPS/fsample
|
||||||
|
|
||||||
write(*,1000) MM,NN,KK,NSPS,baud,bw,itu,tsync,txt,nstype
|
write(*,1000) MM,NN,KK,NSPS,baud,bw,itu,NS,txt,nstype
|
||||||
1000 format('M:',i2,' Base code: (',i3,',',i3,') NSPS:',i5, &
|
1000 format('M:',i2,' Base code: (',i3,',',i3,') NSPS:',i5, &
|
||||||
' Baud:',f7.3,' BW:',f9.3/ &
|
' Baud:',f7.3,' BW:',f9.3/ &
|
||||||
'Channel: ',a2,' Tsync:',f4.1,' TxT:',f5.1,' SyncType:',i2/)
|
'Channel: ',a2,' NS:',i3,' TxT:',f5.1,' SyncType:',i2/)
|
||||||
|
|
||||||
! Allocate storage for arrays that depend on code parameters.
|
! Allocate storage for arrays that depend on code parameters.
|
||||||
allocate(s3(0:NQ-1,0:NN-1))
|
allocate(s3(0:NQ-1,0:NN-1))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user