mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-02-03 09:44:24 -05: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'
|
||||
endif
|
||||
|
||||
i50=i50 + 8.0*log(fDop)/log(240.0)
|
||||
i50=i50 + 8.0*log(1.0+fDop)/log(240.0)
|
||||
ia=i50 + 7
|
||||
ib=i50 - 10
|
||||
if(snr.ne.0.0) then
|
||||
|
Loading…
Reference in New Issue
Block a user