10#ifndef INCLUDED_DVBS2RX_UTIL_H
11#define INCLUDED_DVBS2RX_UTIL_H
14#include <gnuradio/gr_complex.h>
15#include <volk/volk_alloc.hh>
21void dump_real_vec(
const volk::vector<float>& vec,
unsigned int N,
const char* label);
Fixed-size delay-line with contiguous storage of volk-aligned elements.
Definition delay_line.h:34
void dump_real_vec(const float *vec, unsigned int N, const char *label)
void dump_complex_vec(const gr_complex *vec, unsigned int N, const char *label)
Fixed-length double-ended queue with contiguous volk-aligned elements.
Definition gr_bch.h:22