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

Nearest neighborhood resampler with gr_complex input and gr_complex output. More...

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

Go to the source code of this file.

Classes

class  direct_resampler_conditioner_cc
 This class implements a direct resampler conditioner for complex data. More...

Typedefs

using direct_resampler_conditioner_cc_sptr = gnss_shared_ptr<direct_resampler_conditioner_cc>

Functions

direct_resampler_conditioner_cc_sptr direct_resampler_make_conditioner_cc (double sample_freq_in, double sample_freq_out)

Detailed Description

Nearest neighborhood resampler with gr_complex input and gr_complex output.

Author
Luis Esteve, 2011. luis(at)epsilon-formacion.com

This block takes in a signal stream and performs direct resampling. The theory behind this block can be found in Chapter 7.5 of the following book: R. Lyons, Understanding Digital Signal Processing, 3rd ed., Pearson Education, 2010.


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