GNSS-SDR 0.0.21
An Open Source GNSS Software Defined Receiver
Loading...
Searching...
No Matches
sensor_data_resampler.h File Reference

Updates timestamp within sensor data tags. To be used in resampler blocks. More...

#include <gnuradio/tags.h>
#include <vector>

Go to the source code of this file.

Functions

std::vector< gr::tag_t > resample_sensor_data_tags (const std::vector< gr::tag_t > &tags, double freq_in, double freq_out)
 Updates timestamp within sensor data tags. To be used in resampler blocks.

Detailed Description

Updates timestamp within sensor data tags. To be used in resampler blocks.

Author
Victor Castillo, 2025. victorcastilloaguero(at)gmail.com

GNSS-SDR is a Global Navigation Satellite System software-defined receiver. This file is part of GNSS-SDR.

Copyright (C) 2025 (see AUTHORS file for a list of contributors) SPDX-License-Identifier: GPL-3.0-or-later


Definition in file sensor_data_resampler.h.