mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-14 04:00:34 +00:00
Adding notch filter files
Creation of empty files for notch input filter
This commit is contained in:
parent
ad62ff2423
commit
75a0019896
@ -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(
|
||||
|
0
src/algorithms/input_filter/adapters/notch_filter.h
Normal file
0
src/algorithms/input_filter/adapters/notch_filter.h
Normal 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)
|
||||
|
Loading…
Reference in New Issue
Block a user