GNU Radio's DVBS2RX Package
|
#include <gnuradio/dvbs2rx/symbol_sync_cc.h>
#include <gnuradio/gr_complex.h>
#include <volk/volk_alloc.hh>
Go to the source code of this file.
Classes | |
struct | gr::dvbs2rx::base_interpolator< T > |
struct | gr::dvbs2rx::linear_interpolator |
struct | gr::dvbs2rx::quadratic_interpolator |
struct | gr::dvbs2rx::cubic_interpolator |
struct | gr::dvbs2rx::polyphase_interpolator |
class | gr::dvbs2rx::symbol_sync_cc_impl |
Namespaces | |
namespace | gr |
Fixed-length double-ended queue with contiguous volk-aligned elements. | |
namespace | gr::dvbs2rx |
Variables | |
constexpr unsigned | gr::dvbs2rx::hist_linear_interp = 1 |
constexpr unsigned | gr::dvbs2rx::hist_quadratic_interp = 3 |
constexpr unsigned | gr::dvbs2rx::hist_cubic_interp = 3 |