From cf97a23379a1222517a5ddc793d1a3a12dd9c791 Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Fri, 27 Jan 2017 02:22:54 +0000 Subject: [PATCH] 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 --- lib/decoder.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/decoder.f90 b/lib/decoder.f90 index a3ce7962c..d4e75e3a5 100644 --- a/lib/decoder.f90 +++ b/lib/decoder.f90 @@ -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