mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-08-03 06:32:26 -04:00
Fix the use of ndepth for setting jitter-loop limits.
This commit is contained in:
parent
8e4ed9b3be
commit
b2833fd6f0
@ -30,13 +30,13 @@ subroutine q65_loops(c00,nutc,npts2,nsps,mode,mode64,nsubmode,nFadingModel, &
|
|||||||
idtmax=3
|
idtmax=3
|
||||||
ibwmin=1
|
ibwmin=1
|
||||||
ibwmax=2
|
ibwmax=2
|
||||||
maxdist=15
|
maxdist=5
|
||||||
if(ndepth.ge.2) then
|
if(iand(ndepth,3).ge.2) then
|
||||||
idfmax=5
|
idfmax=5
|
||||||
idtmax=5
|
idtmax=5
|
||||||
maxdist=25
|
maxdist=15
|
||||||
endif
|
endif
|
||||||
if(ndepth.eq.3) then
|
if(iand(ndepth,3).eq.3) then
|
||||||
ibwmax=5
|
ibwmax=5
|
||||||
endif
|
endif
|
||||||
LL=64*(mode64+2)
|
LL=64*(mode64+2)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user