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>
17
18namespace gr {
19namespace filter {
21} /* namespace filter */
22} /* namespace gr */
23
24#endif /* _MMSE_FIR_INTERPOLATOR_FF_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