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

Simple spatial filter using RAW array input and beamforming coefficients. More...

#include "gnss_block_interface.h"
#include <gnuradio/sync_block.h>
#include <vector>

Go to the source code of this file.

Classes

class  beamformer
 This class implements a real-time software-defined spatial filter using the CTTC GNSS experimental antenna array input and a set of dynamically reloadable weights. More...
 

Typedefs

using beamformer_sptr = gnss_shared_ptr< beamformer >
 

Functions

beamformer_sptr make_beamformer_sptr ()
 

Variables

const int GNSS_SDR_BEAMFORMER_CHANNELS = 8
 

Detailed Description

Simple spatial filter using RAW array input and beamforming coefficients.

Author
Javier Arribas jarribas (at) cttc.es

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