mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-23 18:02:29 -04:00
Allow fDop = 0.0 in test_q65.
This commit is contained in:
parent
a47f5e5103
commit
f948ba7c29
@ -55,7 +55,7 @@ program test_q65
|
|||||||
stop 'Invalid TR period'
|
stop 'Invalid TR period'
|
||||||
endif
|
endif
|
||||||
|
|
||||||
i50=i50 + 8.0*log(fDop)/log(240.0)
|
i50=i50 + 8.0*log(1.0+fDop)/log(240.0)
|
||||||
ia=i50 + 7
|
ia=i50 + 7
|
||||||
ib=i50 - 10
|
ib=i50 - 10
|
||||||
if(snr.ne.0.0) then
|
if(snr.ne.0.0) then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user