Extract ChannelDecimator into separate files.

This commit is contained in:
Jared Boone
2015-08-27 09:49:14 -07:00
parent 035ec84f04
commit c92bf12fbd
4 changed files with 160 additions and 101 deletions

View File

@@ -129,6 +129,7 @@ CPPSRC = main.cpp \
gpdma.cpp \
baseband_dma.cpp \
portapack_shared_memory.cpp \
channel_decimator.cpp \
dsp_decimate.cpp \
dsp_demodulate.cpp \
clock_recovery.cpp \