Temporarily disable the Tx/Rx transient suppressor introduced in r7424

This code was causing the JT9 decoder  to fail to decode, maybe due to
high  noise  levels  and  the resulting  discontinuity  introduced  by
zeroing out samples.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7555 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Bill Somerville 2017-01-27 02:22:54 +00:00
parent bbe3cf9805
commit cf97a23379
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ subroutine multimode_decoder(ss,id2,params,nfsample)
enddo
if(bad0) then
nz=min(NTMAX*12000,kbad+100)
id2(1:nz)=0
! id2(1:nz)=0 ! temporarily disabled as it can breaak the JT9 decoder, maybe others
endif
if (params%nagain) then