GNU Radio C++ API Reference  g90d26cb
The Free & Open Software Radio Ecosystem
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>
16 #include <gnuradio/gr_complex.h>
17 
18 namespace gr {
19 namespace filter {
21 } /* namespace filter */
22 } /* namespace gr */
23 
24 #endif /* _MMSE_FIR_INTERPOLATOR_CC_H_ */
Compute intermediate samples between signal samples x(k*Ts)
Definition: mmse_fir_interpolator.h:40
GNU Radio logging wrapper.
Definition: basic_block.h:29