Fix a problem with plotting the Q65 sync curves for Q65-120x and Q65-300x.

This commit is contained in:
Joe Taylor
2021-03-15 17:00:56 -04:00
parent 0b4fb4c5f2
commit 4596ba05a0
3 changed files with 15 additions and 18 deletions
-3
View File
@@ -269,8 +269,6 @@ subroutine multimode_decoder(ss,id2,params,nfsample)
if(params%nmode.eq.4 .or. params%nmode.eq.65) open(14,file=trim(temp_dir)// &
'/avemsg.txt',status='unknown')
if(params%nmode.eq.164) open(17,file=trim(temp_dir)//'/red.dat', &
status='unknown')
if(params%nmode.eq.4) then
jz=52*nfsample
@@ -289,7 +287,6 @@ subroutine multimode_decoder(ss,id2,params,nfsample)
endif
npts65=52*12000
if(params%nmode.eq.164) npts65=54*12000
if(baddata(id2,npts65)) then
nsynced=0
ndecoded=0