mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 12:23:37 -05:00
Changes to the llrs that are used as the basis for AP decoding.
This commit is contained in:
parent
45a1a116c9
commit
4225241720
@ -459,9 +459,9 @@ contains
|
||||
llr=llra
|
||||
if(nblock.gt.1) then
|
||||
if(hmod.eq.1) llr=llrc
|
||||
if(hmod.eq.2) llr=llrb
|
||||
if(hmod.eq.4) llr=llrc
|
||||
if(hmod.eq.8) llr=llrd
|
||||
if(hmod.eq.2) llr=llra
|
||||
if(hmod.eq.4) llr=llrb
|
||||
if(hmod.eq.8) llr=llrc
|
||||
endif
|
||||
iaptype=naptypes(nQSOProgress,itry-nblock)
|
||||
if(lapcqonly) iaptype=1
|
||||
|
Loading…
Reference in New Issue
Block a user