Cleaning up frame dedupe, decode debug, and decode buffer thresholds

This commit is contained in:
Jordan Sherer
2020-05-14 21:14:01 -04:00
parent 0869bc3f57
commit 97dfc7f52f
7 changed files with 31 additions and 14 deletions
+5 -5
View File
@@ -91,7 +91,7 @@ subroutine multimode_decoder(ss,id2,params,nfsample)
imax=int(NTMAX*12000)
if(params%syncStats) then
write(*,*) '<DecodeDebug> sync start', pos, sz
write(*,*) '<DecodeSyncMeta> sync start', pos, sz
endif
if((imax-pos).lt.sz) then
@@ -129,7 +129,7 @@ subroutine multimode_decoder(ss,id2,params,nfsample)
imax=int(NTMAX*12000)
if(params%syncStats) then
write(*,*) '<DecodeDebug> sync start', pos, sz
write(*,*) '<DecodeSyncMeta> sync start', pos, sz
endif
if((imax-pos).lt.sz) then
@@ -167,7 +167,7 @@ subroutine multimode_decoder(ss,id2,params,nfsample)
imax=int(NTMAX*12000)
if(params%syncStats) then
write(*,*) '<DecodeDebug> sync start', pos, sz
write(*,*) '<DecodeSyncMeta> sync start', pos, sz
endif
if((imax-pos).lt.sz) then
@@ -205,7 +205,7 @@ subroutine multimode_decoder(ss,id2,params,nfsample)
imax=int(NTMAX*12000)
if(params%syncStats) then
write(*,*) '<DecodeDebug> sync start', pos, sz
write(*,*) '<DecodeSyncMeta> sync start', pos, sz
endif
if((imax-pos).lt.sz) then
@@ -243,7 +243,7 @@ subroutine multimode_decoder(ss,id2,params,nfsample)
imax=int(NTMAX*12000)
if(params%syncStats) then
write(*,*) '<DecodeDebug> sync start', pos, sz
write(*,*) '<DecodeSyncMeta> sync start', pos, sz
endif
if((imax-pos).lt.sz) then
+1 -1
View File
@@ -108,7 +108,7 @@ contains
xdt=candidate(2,icand)
xbase=10.0**(0.1*(sbase(nint(f1/(12000.0/NFFT1)))-40.0)) ! 3.125Hz
if(NWRITELOG.eq.0) then
if(NWRITELOG.eq.1) then
write(*,*) '<DecodeDebug> candidate', icand, 'f1', f1, 'sync', sync, 'xdt', xdt, 'xbase', xbase
flush(6)
endif