diff --git a/radio/tests/interpolation/farrow/Makefile b/radio/tests/interpolation/farrow/Makefile index f7d68f1..ee76634 100644 --- a/radio/tests/interpolation/farrow/Makefile +++ b/radio/tests/interpolation/farrow/Makefile @@ -14,14 +14,14 @@ CXX_SRCS += $(PWD)/test.cpp LIBS := -lstdc++ -lm -lpthread -lrt LDFLAGS += $(TARGET_ARCH) $(LIBDIR) DEFINES += -DPROCESSOR_BUFFER_USE_EXCEPTIONS -INCLUDES += -I $(BLAZE_PATH) +INCLUDES += -I $(LIBSRC_PATH) -I $(BLAZE_PATH) all: compile app app: packages link -.PHONY: Radio Fir Crc +.PHONY: Radio Fir Crc Wav -packages: Radio Fir Crc +packages: Radio Fir Crc Wav Radio: @$(MAKE) -C $(LIBSRC_PATH)/cpp/radio @@ -29,6 +29,8 @@ Fir: @$(MAKE) -C $(LIBSRC_PATH)/fir Crc: @$(MAKE) -C $(LIBSRC_PATH)/crc +Wav: + @$(MAKE) -C $(LIBSRC_PATH)/wav include $(MAKE_HOME)/compile.mk include $(MAKE_HOME)/link.mk diff --git a/radio/tests/interpolation/farrow/test.cpp b/radio/tests/interpolation/farrow/test.cpp index 1ccfca5..f37d60c 100644 --- a/radio/tests/interpolation/farrow/test.cpp +++ b/radio/tests/interpolation/farrow/test.cpp @@ -3,6 +3,7 @@ #include #include #include +#include #include @@ -10,6 +11,10 @@ using namespace Radio; void test() { + WAV wavRead; + + WavOpen(&wavRead, "m2_12k_12k_i_q.wav"); + Interpolation::Farrow m_farrow; // Loop-Filter