remove signal subtraction and simplify output format

This commit is contained in:
Pavel Demin
2018-04-19 16:49:30 +02:00
parent fa4f5a12e2
commit 61ae08bf0c
20 changed files with 77 additions and 1980 deletions
+4 -6
View File
@@ -1,12 +1,10 @@
TARGET = ft8d
OBJECTS = \
timer_module.o crc10.o crc12.o crc.o ft8_downsample.o sync8d.o sync8.o \
grid2deg.o four2a.o deg2grid.o chkcrc12a.o determ.o fftw3mod.o \
baseline.o bpdecode144.o geodist.o azdist.o fix_contest_msg.o \
to_contest_msg.o bpdecode174.o fmtmsg.o packjt.o extractmessage174.o \
indexx.o shell.o pctile.o polyfit.o twkfreq1.o osd174.o encode174.o \
genft8.o genft8refsig.o subtractft8.o db.o ft8b.o ft8d.o
crc12.o crc.o ft8_downsample.o sync8d.o sync8.o four2a.o deg2grid.o \
chkcrc12a.o determ.o fftw3mod.o baseline.o bpdecode174.o packjt.o \
extractmessage174.o indexx.o shell.o pctile.o polyfit.o twkfreq1.o \
osd174.o db.o ft8b.o ft8d.o
CC = gcc
FC = gfortran