GNSS-SDR  0.0.13
An Open Source GNSS Software Defined Receiver
Classes | Typedefs | Functions
notch_lite_cc.h File Reference

Implements a notch filter light algorithm. More...

#include <boost/shared_ptr.hpp>
#include <gnuradio/block.h>
#include <gnuradio/fft/fft.h>
#include <volk_gnsssdr/volk_gnsssdr_alloc.h>
#include <cstdint>
#include <memory>

Go to the source code of this file.

Classes

class  NotchLite
 This class implements a real-time software-defined multi state notch filter light version. More...
 

Typedefs

using notch_lite_sptr = boost::shared_ptr< NotchLite >
 

Functions

notch_lite_sptr make_notch_filter_lite (float p_c_factor, float pfa, int32_t length_, int32_t n_segments_est, int32_t n_segments_reset, int32_t n_segments_coeff)
 

Detailed Description

Implements a notch filter light algorithm.

Author
Antonio Ramos (antonio.ramosdet(at)gmail.com)

Copyright (C) 2010-2019 (see AUTHORS file for a list of contributors)

GNSS-SDR is a software defined Global Navigation Satellite Systems receiver

This file is part of GNSS-SDR.

SPDX-License-Identifier: GPL-3.0-or-later


Definition in file notch_lite_cc.h.