GNU Radio Manual and C++ API Reference
3.9.1.0
The Free & Open Software Radio Ecosystem
atsc_equalizer.h
Go to the documentation of this file.
1
/* -*- c++ -*- */
2
/*
3
* Copyright 2014 Free Software Foundation, Inc.
4
*
5
* This file is part of GNU Radio
6
*
7
* SPDX-License-Identifier: GPL-3.0-or-later
8
*
9
*/
10
11
#ifndef INCLUDED_DTV_ATSC_EQUALIZER_H
12
#define INCLUDED_DTV_ATSC_EQUALIZER_H
13
14
#include <
gnuradio/block.h
>
15
#include <
gnuradio/dtv/api.h
>
16
17
namespace
gr
{
18
namespace
dtv {
19
20
/*!
21
* \brief ATSC Receiver Equalizer
22
*
23
* \ingroup dtv_atsc
24
*/
25
class
DTV_API
atsc_equalizer
:
virtual
public
gr::block
26
{
27
public
:
28
// gr::dtv::atsc_equalizer::sptr
29
typedef
std::shared_ptr<atsc_equalizer>
sptr
;
30
31
/*!
32
* \brief Make a new instance of gr::dtv::atsc_equalizer.
33
*/
34
static
sptr
make();
35
36
virtual
std::vector<float>
taps
()
const
= 0;
37
virtual
std::vector<float> data()
const
= 0;
38
};
39
40
}
/* namespace dtv */
41
}
/* namespace gr */
42
43
#endif
/* INCLUDED_DTV_ATSC_EQUALIZER_H */
block.h
DTV_API
#define DTV_API
Definition:
gr-dtv/include/gnuradio/dtv/api.h:18
gr::dtv::atsc_equalizer
ATSC Receiver Equalizer.
Definition:
atsc_equalizer.h:25
api.h
gr::block
The abstract base class for all 'terminal' processing blocks.
Definition:
block.h:59
gr
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition:
basic_block.h:29
gr::dtv::atsc_equalizer::sptr
std::shared_ptr< atsc_equalizer > sptr
Definition:
atsc_equalizer.h:29
taps
static constexpr float taps[NSTEPS+1][NTAPS]
Definition:
interpolator_taps.h:9
gr-dtv
include
gnuradio
dtv
atsc_equalizer.h
Generated by
1.8.17