Display NS to sfoxtest user instead of Tsync.

This commit is contained in:
Joe Taylor 2024-02-29 08:26:43 -05:00
parent 51757d474b
commit f53d864269

View File

@ -85,10 +85,10 @@ program sfoxtest
tsync=NSYNC/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, &
' 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(s3(0:NQ-1,0:NN-1))