mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 20:28:42 -05:00
Minor improvement in code that checks for bad FT8 messages.
This commit is contained in:
parent
9e74125799
commit
461b87f047
@ -19,11 +19,11 @@ subroutine genft8(msg,i3,n3,msgsent,msgbits,itone)
|
|||||||
call pack77(msg,i3,n3,c77)
|
call pack77(msg,i3,n3,c77)
|
||||||
call unpack77(c77,msgsent,unpk77_success)
|
call unpack77(c77,msgsent,unpk77_success)
|
||||||
read(c77,'(77i1)',err=1) msgbits
|
read(c77,'(77i1)',err=1) msgbits
|
||||||
go to 2
|
if(unpk77_success) go to 2
|
||||||
1 msgbits=0
|
1 msgbits=0
|
||||||
itone=0
|
itone=0
|
||||||
msgsent='*** bad message *** '
|
msgsent='*** bad message *** '
|
||||||
return
|
go to 900
|
||||||
|
|
||||||
entry get_tones_from_77bits(msgbits,itone)
|
entry get_tones_from_77bits(msgbits,itone)
|
||||||
|
|
||||||
@ -42,5 +42,5 @@ entry get_tones_from_77bits(msgbits,itone)
|
|||||||
itone(k)=graymap(indx)
|
itone(k)=graymap(indx)
|
||||||
enddo
|
enddo
|
||||||
|
|
||||||
return
|
900 return
|
||||||
end subroutine genft8
|
end subroutine genft8
|
||||||
|
Loading…
Reference in New Issue
Block a user