 |
GNU Radio Manual and C++ API Reference
3.8.2.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
22 #ifndef _MMSE_INTERP_DIFFERENTIATOR_CC_H_
23 #define _MMSE_INTERP_DIFFERENTIATOR_CC_H_
74 std::vector<kernel::fir_filter_ccf*>
filters;
#define FILTER_API
Definition: gr-filter/include/gnuradio/filter/api.h:30
std::vector< kernel::fir_filter_ccf * > filters
Definition: mmse_interp_differentiator_cc.h:74
std::complex< float > gr_complex
Definition: gr_complex.h:27
gr_complex differentiate(const gr_complex input[], float mu) const
compute a single interpolated differentiated output value.
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43
mmse_interp_differentiator_cc()
~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:50