![]() |
GNSS-SDR
0.0.14
An Open Source GNSS Software Defined Receiver
|
Implementation of a class that reads signals samples from a NSR 2 bits sampler front-end file and adapts it to a SignalSourceInterface. More information about the front-end here http://www.ifen.com/products/sx-scientific-gnss-solutions/nsr-software-receiver.html. More...
#include "concurrent_queue.h"#include "gnss_block_interface.h"#include "unpack_byte_2bit_samples.h"#include <gnuradio/blocks/file_sink.h>#include <gnuradio/blocks/file_source.h>#include <gnuradio/blocks/throttle.h>#include <gnuradio/hier_block2.h>#include <pmt/pmt.h>#include <string>Go to the source code of this file.
Classes | |
| class | NsrFileSignalSource |
| Class that reads signals samples from a file and adapts it to a SignalSourceInterface. More... | |
Implementation of a class that reads signals samples from a NSR 2 bits sampler front-end file and adapts it to a SignalSourceInterface. More information about the front-end here http://www.ifen.com/products/sx-scientific-gnss-solutions/nsr-software-receiver.html.
This class represents a file signal source.
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 nsr_file_signal_source.h.
1.8.14