Add ascii-art spectrum analyzer for SDR support

This commit is contained in:
Andreas Eversberg
2017-02-05 08:54:56 +01:00
parent 3fb2ade352
commit 6a3cfd608e
9 changed files with 391 additions and 8 deletions

View File

@@ -23,16 +23,18 @@ libcommon_a_SOURCES = \
../common/cause.c \
../common/emphasis.c \
../common/compandor.c \
../common/fft.c \
../common/sender.c \
../common/display_wave.c \
../common/display_iq.c \
../common/main_common.c
if HAVE_SDR
AM_CPPFLAGS += -DHAVE_SDR
libcommon_a_SOURCES += \
../common/sdr.c
../common/sdr.c \
../common/display_iq.c \
../common/display_spectrum.c
endif
if HAVE_UHD