Don't allow previous values of DT, f0 to be displayed with a no-decode.

This commit is contained in:
Joe Taylor 2020-12-21 15:59:33 -05:00
parent c3b3dc1c61
commit 83c917ac57

View File

@ -102,7 +102,11 @@ contains
go to 100
endif
if(snr1.lt.2.8) go to 100
if(snr1.lt.2.8) then
xdt1=0.
f1=0.
go to 100
endif
jpk0=(xdt+1.0)*6000 !### Is this OK?
if(ntrperiod.le.30) jpk0=(xdt+0.5)*6000 !###
if(jpk0.lt.0) jpk0=0