GNU Radio C++ API Reference
g90d26cb
The Free & Open Software Radio Ecosystem
Loading...
Searching...
No Matches
mmse_fir_interpolator_ff.h
Go to the documentation of this file.
1
/* -*- c++ -*- */
2
/*
3
* Copyright 2002,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
12
#ifndef _MMSE_FIR_INTERPOLATOR_FF_H_
13
#define _MMSE_FIR_INTERPOLATOR_FF_H_
14
15
#include <
gnuradio/filter/api.h
>
16
#include <
gnuradio/filter/mmse_fir_interpolator.h
>
17
18
namespace
gr
{
19
namespace
filter {
20
using
mmse_fir_interpolator_ff
=
mmse_fir_interpolator<float>
;
21
}
/* namespace filter */
22
}
/* namespace gr */
23
24
#endif
/* _MMSE_FIR_INTERPOLATOR_FF_H_ */
gr::filter::mmse_fir_interpolator
Compute intermediate samples between signal samples x(k*Ts)
Definition
mmse_fir_interpolator.h:40
api.h
mmse_fir_interpolator.h
gr
GNU Radio logging wrapper.
Definition
basic_block.h:29
gr-filter
include
gnuradio
filter
mmse_fir_interpolator_ff.h
Generated by
1.12.0