mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-05 08:51:19 -05:00
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:
parent
bbe3cf9805
commit
cf97a23379
@ -66,7 +66,7 @@ subroutine multimode_decoder(ss,id2,params,nfsample)
|
|||||||
enddo
|
enddo
|
||||||
if(bad0) then
|
if(bad0) then
|
||||||
nz=min(NTMAX*12000,kbad+100)
|
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
|
endif
|
||||||
|
|
||||||
if (params%nagain) then
|
if (params%nagain) then
|
||||||
|
Loading…
Reference in New Issue
Block a user