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