mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-04 16:31:17 -05:00
ft8sim2: make it easier to identify callsign and grid bits in simulated messages.
This commit is contained in:
parent
bee1ecd109
commit
750bf569f3
@ -72,9 +72,14 @@ program ft8sim2
|
|||||||
1000 format('f0:',f9.3,' DT:',f6.2,' TxT:',f6.1,' SNR:',f6.1, &
|
1000 format('f0:',f9.3,' DT:',f6.2,' TxT:',f6.1,' SNR:',f6.1, &
|
||||||
' BW:',f4.1)
|
' BW:',f4.1)
|
||||||
write(*,*)
|
write(*,*)
|
||||||
write(*,'(a14)') 'Message bits: '
|
if(i3.eq.1) then
|
||||||
write(*,'(77i1)') msgbits
|
write(*,*) ' mycall hiscall hisgrid'
|
||||||
write(*,*)
|
write(*,'(28i1,1x,i1,1x,28i1,1x,i1,1x,i1,1x,15i1,1x,3i1)') msgbits(1:77)
|
||||||
|
else
|
||||||
|
write(*,'(a14)') 'Message bits: '
|
||||||
|
write(*,'(77i1)') msgbits
|
||||||
|
endif
|
||||||
|
write(*,*)
|
||||||
write(*,'(a17)') 'Channel symbols: '
|
write(*,'(a17)') 'Channel symbols: '
|
||||||
write(*,'(79i1)') itone
|
write(*,'(79i1)') itone
|
||||||
write(*,*)
|
write(*,*)
|
||||||
|
Loading…
Reference in New Issue
Block a user