mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-03 16:01:18 -05:00
8 lines
298 B
Fortran
8 lines
298 B
Fortran
! FST4
|
|
! LDPC(240,101)/CRC24 code, five 8x4 sync
|
|
|
|
parameter (KK=77) !Information bits (77 + CRC24)
|
|
parameter (ND=120) !Data symbols
|
|
parameter (NS=40) !Sync symbols
|
|
parameter (NN=NS+ND) !Sync and data symbols (160)
|