![]() |
GNSS-SDR
0.0.19
An Open Source GNSS Software Defined Receiver
|
Implements a notch filter algorithm. More...
#include "gnss_block_interface.h"#include "gnss_sdr_fft.h"#include <gnuradio/block.h>#include <volk_gnsssdr/volk_gnsssdr_alloc.h>#include <cstdint>#include <memory>Go to the source code of this file.
Classes | |
| class | Notch |
| This class implements a real-time software-defined multi state notch filter. More... | |
Typedefs | |
| using | notch_sptr = gnss_shared_ptr< Notch > |
Functions | |
| notch_sptr | make_notch_filter (float pfa, float p_c_factor, int32_t length, int32_t n_segments_est, int32_t n_segments_reset) |
Implements a notch filter algorithm.
GNSS-SDR is a Global Navigation Satellite System software-defined receiver. This file is part of GNSS-SDR.
Copyright (C) 2010-2020 (see AUTHORS file for a list of contributors) SPDX-License-Identifier: GPL-3.0-or-later
Definition in file notch_cc.h.
1.8.14