mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 04:11:16 -05:00
Correct the record length submitted to JT4 decoder when newdat is false.
This commit is contained in:
parent
558c480b42
commit
c92699531c
@ -216,6 +216,8 @@ subroutine multimode_decoder(ss,id2,params,nfsample)
|
||||
if(params%newdat) then
|
||||
if(nfsample.eq.12000) call wav11(id2,jz,dd)
|
||||
if(nfsample.eq.11025) dd(1:jz)=id2(1:jz)
|
||||
else
|
||||
jz=52*11025
|
||||
endif
|
||||
call my_jt4%decode(jt4_decoded,dd,jz,params%nutc,params%nfqso, &
|
||||
params%ntol,params%emedelay,params%dttol,logical(params%nagain), &
|
||||
|
Loading…
Reference in New Issue
Block a user