SDR: Move FM modulation algorithms to a seperate file

This commit is contained in:
Andreas Eversberg
2017-02-09 19:24:09 +01:00
parent 4c0f8e7e95
commit 290b365d67
4 changed files with 240 additions and 98 deletions

View File

@@ -24,6 +24,7 @@ libcommon_a_SOURCES = \
../common/emphasis.c \
../common/compandor.c \
../common/fft.c \
../common/fm_modulation.c \
../common/sender.c \
../common/display_wave.c \
../common/main_common.c