File: ft2_params.f90

package info (click to toggle)
wsjtx 2.3.0%2Brepack-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 63,524 kB
  • sloc: cpp: 59,051; f90: 34,130; python: 27,241; ansic: 11,205; fortran: 2,051; sh: 132; makefile: 109
file content (12 lines) | stat: -rw-r--r-- 760 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
! LDPC (128,90) code
parameter (KK=90)                     !Information bits (77 + CRC13)
parameter (ND=128)                    !Data symbols
parameter (NS=16)                     !Sync symbols (2x8)
parameter (NN=NS+ND)                  !Total channel symbols (144)
parameter (NSPS=160)                  !Samples per symbol at 12000 S/s
parameter (NZ=NSPS*NN)                !Samples in full 1.92 s waveform (23040)
parameter (NMAX=30000)                !Samples in iwave (2.5*12000)
parameter (NFFT1=400, NH1=NFFT1/2)    !Length of FFTs for symbol spectra
parameter (NSTEP=NSPS/4)              !Rough time-sync step size
parameter (NHSYM=NMAX/NSTEP-3)        !Number of symbol spectra (1/4-sym steps)
parameter (NDOWN=16)                  !Downsample factor