![]() |
GNSS-SDR 0.0.21
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 "file_source_base.h"#include "unpack_byte_2bit_samples.h"#include <cstddef>#include <string>#include <tuple>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-2021 (see AUTHORS file for a list of contributors) SPDX-License-Identifier: GPL-3.0-or-later
Definition in file nsr_file_signal_source.h.