mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-05 15:00:33 +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(
|
||||
|
Loading…
Reference in New Issue
Block a user