 |
GNU Radio C++ API Reference
3.10.12.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
10 #ifndef _GRI_MMSE_FIR_INTERPOLATOR_CC_H_
11 #define _GRI_MMSE_FIR_INTERPOLATOR_CC_H_
61 std::vector<kernel::fir_filter_ccf>
filters;
#define FILTER_API
Definition: gr-filter/include/gnuradio/filter/api.h:18
mmse_fir_interpolator_cc()
Compute intermediate samples between signal samples x(k*Ts)
Definition: mmse_fir_interpolator_cc.h:39
gr_complex interpolate(const gr_complex input[], float mu) const
compute a single interpolated output value.
std::complex< float > gr_complex
Definition: gr_complex.h:15
std::vector< kernel::fir_filter_ccf > filters
Definition: mmse_fir_interpolator_cc.h:61
mmse_fir_interpolator_cc(mmse_fir_interpolator_cc &&)=default
GNU Radio logging wrapper.
Definition: basic_block.h:29