mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-05 08:51:19 -05:00
More adjustments for adding AP decoding to Q65.
This commit is contained in:
parent
e2978abcf5
commit
1c30b97228
@ -202,8 +202,9 @@ subroutine multimode_decoder(ss,id2,params,nfsample)
|
|||||||
! We're in Q65 mode
|
! We're in Q65 mode
|
||||||
call timer('dec_q65 ',0)
|
call timer('dec_q65 ',0)
|
||||||
call my_q65%decode(q65_decoded,id2,params%nutc,params%ntr, &
|
call my_q65%decode(q65_decoded,id2,params%nutc,params%ntr, &
|
||||||
params%nsubmode,params%nfqso,params%ntol,params%ndepth, &
|
params%nsubmode,params%nfqso,params%ntol,params%ndepth, &
|
||||||
mycall,hiscall,hisgrid,ncontest,logical(params%lapcqonly))
|
mycall,hiscall,hisgrid,params%nQSOProgress,ncontest, &
|
||||||
|
logical(params%lapcqonly))
|
||||||
call timer('dec_q65 ',1)
|
call timer('dec_q65 ',1)
|
||||||
go to 800
|
go to 800
|
||||||
endif
|
endif
|
||||||
|
@ -29,7 +29,7 @@ module q65_decode
|
|||||||
contains
|
contains
|
||||||
|
|
||||||
subroutine decode(this,callback,iwave,nutc,ntrperiod,nsubmode,nfqso, &
|
subroutine decode(this,callback,iwave,nutc,ntrperiod,nsubmode,nfqso, &
|
||||||
ntol,ndepth,mycall,hiscall,hisgrid,ncontest,lapcqonly)
|
ntol,ndepth,mycall,hiscall,hisgrid,nQSOprogress,ncontest,lapcqonly)
|
||||||
|
|
||||||
! Decodes Q65 signals
|
! Decodes Q65 signals
|
||||||
! Input: iwave Raw data, i*2
|
! Input: iwave Raw data, i*2
|
||||||
@ -85,7 +85,6 @@ contains
|
|||||||
df1=12000.0/nfft1
|
df1=12000.0/nfft1
|
||||||
this%callback => callback
|
this%callback => callback
|
||||||
if(nutc.eq.-999) print*,lapdx,nfa,nfb,nfqso !Silence warning
|
if(nutc.eq.-999) print*,lapdx,nfa,nfb,nfqso !Silence warning
|
||||||
b90=20.0 !8 to 25 is OK; not very critical
|
|
||||||
nFadingModel=1
|
nFadingModel=1
|
||||||
|
|
||||||
! AP control could be done differently, but this works well:
|
! AP control could be done differently, but this works well:
|
||||||
|
Loading…
Reference in New Issue
Block a user