mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-04-21 10:48:34 -04:00
Remove the if(snr1.lt.2.8) test, for now.
This commit is contained in:
parent
7bd1249452
commit
14c4164651
@ -140,11 +140,11 @@ contains
|
||||
go to 100
|
||||
endif
|
||||
|
||||
if(snr1.lt.2.8) then
|
||||
dtdec=0. !No reliable sync, abandon decoding attempt
|
||||
f0dec=0.
|
||||
go to 100
|
||||
endif
|
||||
! if(snr1.lt.2.8) then
|
||||
! dtdec=0. !No reliable sync, abandon decoding attempt
|
||||
! f0dec=0.
|
||||
! go to 100
|
||||
! endif
|
||||
|
||||
! Prepare for a single-period decode woth iaptype = 0, 1, or 2 (also 4?)
|
||||
jpk0=(xdt+1.0)*6000 !Index of nominal start of signal
|
||||
|
Loading…
Reference in New Issue
Block a user