mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-06-16 21:42:32 -04:00
Initialize i3, n3 before two more calls to pack77().
This commit is contained in:
parent
55b7346ea0
commit
705004d206
@ -2,6 +2,9 @@ subroutine parse77(msg,i3,n3)
|
|||||||
|
|
||||||
use packjt77
|
use packjt77
|
||||||
character msg*37,c77*77
|
character msg*37,c77*77
|
||||||
|
|
||||||
|
i3=-1
|
||||||
|
n3=-1
|
||||||
call pack77(msg,i3,n3,c77)
|
call pack77(msg,i3,n3,c77)
|
||||||
|
|
||||||
return
|
return
|
||||||
|
@ -62,7 +62,9 @@ program ft8sim2
|
|||||||
if(snrdb.gt.90.0) sig=1.0
|
if(snrdb.gt.90.0) sig=1.0
|
||||||
txt=NN*NSPS/12000.0
|
txt=NN*NSPS/12000.0
|
||||||
|
|
||||||
! Source-encode, then get itone()
|
! Source-encode, then get itone()
|
||||||
|
i3=-1
|
||||||
|
n3=-1
|
||||||
call pack77(msg37,i3,n3,c77)
|
call pack77(msg37,i3,n3,c77)
|
||||||
call genft8_174_91(msg37,i3,n3,msgsent37,msgbits,itone)
|
call genft8_174_91(msg37,i3,n3,msgsent37,msgbits,itone)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user