GNU Radio C++ API Reference g90d26cb
The Free & Open Software Radio Ecosystem
 
Loading...
Searching...
No Matches
mmse_resampler_ff.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_FF_H
12#define INCLUDED_MMSE_RESAMPLER_FF_H
13
14#include <gnuradio/filter/api.h>
16
17namespace gr {
18namespace filter {
19using mmse_resampler_ff = mmse_resampler<float>;
20} /* namespace filter */
21} /* namespace gr */
22
23#endif /* INCLUDED_MMSE_RESAMPLER_FF_H */
mmse_resampler< float > mmse_resampler_ff
Definition mmse_resampler.h:51
GNU Radio logging wrapper.
Definition basic_block.h:29