mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-04 16:31:17 -05:00
Do the ismo loop only in "Single decode" mode.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6540 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
d41ccb8144
commit
b002b165bc
@ -84,14 +84,10 @@ subroutine decode65a(dd,npts,newdat,nqd,f0,nflip,mode65,ntrials, &
|
|||||||
|
|
||||||
call timer('dec65b ',0)
|
call timer('dec65b ',0)
|
||||||
qualbest=0.
|
qualbest=0.
|
||||||
minsmo=0
|
|
||||||
maxsmo=0
|
maxsmo=0
|
||||||
if(mode65.ge.2) then
|
if(mode65.ge.2) maxsmo=3
|
||||||
minsmo=nint(width/df)
|
|
||||||
maxsmo=2*minsmo
|
|
||||||
endif
|
|
||||||
nn=0
|
nn=0
|
||||||
do ismo=0,3
|
do ismo=0,maxsmo
|
||||||
if(ismo.gt.0) then
|
if(ismo.gt.0) then
|
||||||
w=width/df
|
w=width/df
|
||||||
if(ismo.eq.2) w=1.414*w
|
if(ismo.eq.2) w=1.414*w
|
||||||
@ -130,8 +126,6 @@ subroutine decode65a(dd,npts,newdat,nqd,f0,nflip,mode65,ntrials, &
|
|||||||
endif
|
endif
|
||||||
enddo
|
enddo
|
||||||
|
|
||||||
! print*,width,minsmo,maxsmo,nsmo,nn
|
|
||||||
|
|
||||||
if(nft.eq.2) then
|
if(nft.eq.2) then
|
||||||
decoded=decoded_best
|
decoded=decoded_best
|
||||||
qual=qualbest
|
qual=qualbest
|
||||||
|
Loading…
Reference in New Issue
Block a user