mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-26 14:08:40 -04:00
Make sure that msk144signalquality is not called for Sh decodes.
This commit is contained in:
parent
173737e1d9
commit
7b67550183
@ -188,7 +188,12 @@ subroutine mskrtd(id2,nutc0,tsec,ntol,nrxfreq,ndepth,mycall,mygrid,hiscall, &
|
||||
nsnr=nint(snr0)
|
||||
|
||||
bshdecode=.false.
|
||||
if( msgreceived(1:1) .eq. '<' ) bshdecode=.true.
|
||||
if( msgreceived(1:1) .eq. '<' ) then
|
||||
i2=index(msgreceived,'>')
|
||||
i1=0
|
||||
if(i2.gt.0) i1=index(msgreceived(1:i2),' ')
|
||||
if(i1.gt.0) bshdecode=.true.
|
||||
endif
|
||||
|
||||
if(.not. bshdecode) then
|
||||
call msk144signalquality(ct,snr0,fest,tdec,softbits,msgreceived,hiscall, &
|
||||
|
Loading…
Reference in New Issue
Block a user