GNU Radio C++ API Reference  g90d26cb
The Free & Open Software Radio Ecosystem
mmse_resampler_cc.h
Go to the documentation of this file.
1 /* -*- c++ -*- */
2 /*
3  * Copyright 2004,2007,2012-2013 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_MMSE_RESAMPLER_CC_H
12 #define INCLUDED_MMSE_RESAMPLER_CC_H
13 
14 #include <gnuradio/filter/api.h>
16 #include <gnuradio/types.h>
17 
18 namespace gr {
19 namespace filter {
20 using mmse_resampler_cc = mmse_resampler<gr_complex>;
21 } /* namespace filter */
22 } /* namespace gr */
23 
24 #endif /* INCLUDED_MMSE_RESAMPLER_FF_H */
mmse_resampler< gr_complex > mmse_resampler_cc
Definition: mmse_resampler.h:50
GNU Radio logging wrapper.
Definition: basic_block.h:29