GNU Radio C++ API Reference
g90d26cb
The Free & Open Software Radio Ecosystem
Loading...
Searching...
No Matches
mmse_fir_interpolator_cc.h
Go to the documentation of this file.
1
/* -*- c++ -*- */
2
/*
3
* Copyright 2002,2007,2012 Free Software Foundation, Inc.
4
* Copyright 2025 Marcus Müller
5
*
6
* This file is part of GNU Radio
7
*
8
* SPDX-License-Identifier: GPL-3.0-or-later
9
*
10
*/
11
#ifndef _GRI_MMSE_FIR_INTERPOLATOR_CC_H_
12
#define _GRI_MMSE_FIR_INTERPOLATOR_CC_H_
13
14
#include <
gnuradio/filter/api.h
>
15
#include <
gnuradio/filter/mmse_fir_interpolator.h
>
16
#include <
gnuradio/gr_complex.h
>
17
18
namespace
gr
{
19
namespace
filter {
20
using
mmse_fir_interpolator_cc
=
mmse_fir_interpolator<gr_complex>
;
21
}
/* namespace filter */
22
}
/* namespace gr */
23
24
#endif
/* _MMSE_FIR_INTERPOLATOR_CC_H_ */
gr::filter::mmse_fir_interpolator
Compute intermediate samples between signal samples x(k*Ts)
Definition
mmse_fir_interpolator.h:40
api.h
gr_complex.h
mmse_fir_interpolator.h
gr
GNU Radio logging wrapper.
Definition
basic_block.h:29
gr-filter
include
gnuradio
filter
mmse_fir_interpolator_cc.h
Generated by
1.12.0