1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-09-29 15:30:52 +00:00

Adding notch filter files

Creation of empty files for notch input filter
This commit is contained in:
Antonio Ramos 2017-05-28 18:08:03 +02:00
parent ad62ff2423
commit 75a0019896
6 changed files with 3 additions and 1 deletions

View File

@ -21,6 +21,7 @@ set(INPUT_FILTER_ADAPTER_SOURCES
freq_xlating_fir_filter.cc
beamformer_filter.cc
pulse_blanking_filter.cc
notch_filter.cc
)
include_directories(

View File

@ -20,6 +20,7 @@
set(INPUT_FILTER_GR_BLOCKS_SOURCES
beamformer.cc
pulse_blanking_cc.cc
notch_filter_cc.cc
)
include_directories(
@ -38,4 +39,4 @@ target_link_libraries(input_filter_gr_blocks ${GNURADIO_FILTER_LIBRARIES} ${VOL
if(NOT VOLK_GNSSSDR_FOUND)
add_dependencies(input_filter_gr_blocks volk_gnsssdr_module)
endif(NOT VOLK_GNSSSDR_FOUND)
endif(NOT VOLK_GNSSSDR_FOUND)