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

Implements a pulse blanking algorithm. More...

#include "gnss_block_interface.h"
#include <gnuradio/block.h>
#include <volk_gnsssdr/volk_gnsssdr_alloc.h>
#include <cstdint>

Go to the source code of this file.

Classes

class  pulse_blanking_cc
 

Typedefs

using pulse_blanking_cc_sptr = gnss_shared_ptr< pulse_blanking_cc >
 

Functions

pulse_blanking_cc_sptr make_pulse_blanking_cc (float pfa, int32_t length, int32_t n_segments_est, int32_t n_segments_reset)
 

Detailed Description

Implements a pulse blanking algorithm.

Author
Javier Arribas (jarribas(at)cttc.es) Antonio Ramos (antonio.ramosdet(at)gmail.com)

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 pulse_blanking_cc.h.