mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-12-24 11:40:31 -05:00
For now (and maybe longer?), install the LDPC code-definition files in the .../bin/data directory.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6739 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
478f6270ee
commit
dae04d7a39
@ -1203,6 +1203,8 @@ install (FILES
|
||||
|
||||
install (FILES
|
||||
contrib/Ephemeris/JPLEPH
|
||||
contrib/LDPC/peg-128-80-reg3.gen
|
||||
contrib/LDPC/peg-128-80-reg3.pchk
|
||||
DESTINATION ${WSJT_SHARE_DESTINATION}/${WSJT_DATA_DESTINATION}
|
||||
#COMPONENT runtime
|
||||
)
|
||||
|
BIN
contrib/LDPC/peg-128-80-reg3.gen
Normal file
BIN
contrib/LDPC/peg-128-80-reg3.gen
Normal file
Binary file not shown.
BIN
contrib/LDPC/peg-128-80-reg3.pchk
Normal file
BIN
contrib/LDPC/peg-128-80-reg3.pchk
Normal file
Binary file not shown.
@ -56,8 +56,8 @@ subroutine genmsk144(msg0,ichk,msgsent,i4tone,itype)
|
||||
!! Fix this
|
||||
! pchk_file="/Users/sfranke/Builds/wsjtx_install/peg-128-80-reg3.pchk"
|
||||
! gen_file="/Users/sfranke/Builds/wsjtx_install/peg-128-80-reg3.gen"
|
||||
pchk_file="peg-128-80-reg3.pchk"
|
||||
gen_file="peg-128-80-reg3.gen"
|
||||
pchk_file="./data/peg-128-80-reg3.pchk"
|
||||
gen_file="./data/peg-128-80-reg3.gen"
|
||||
call init_ldpc(trim(pchk_file)//char(0),trim(gen_file)//char(0))
|
||||
pi=4.*atan(1.0)
|
||||
twopi=8.*atan(1.0)
|
||||
|
@ -44,8 +44,8 @@ subroutine syncmsk144(cdat,npts,msgreceived,fest)
|
||||
|
||||
if(first) then
|
||||
! These files can be found in /lib/ldpc/jtmode_codes directory
|
||||
pchk_file="peg-128-80-reg3.pchk"
|
||||
gen_file="peg-128-80-reg3.gen"
|
||||
pchk_file="./data/peg-128-80-reg3.pchk"
|
||||
gen_file="./data/peg-128-80-reg3.gen"
|
||||
call init_ldpc(trim(pchk_file)//char(0),trim(gen_file)//char(0))
|
||||
! define half-sine pulse and raised-cosine edge window
|
||||
pi=4d0*datan(1d0)
|
||||
|
Loading…
Reference in New Issue
Block a user