GNU Radio 3.5.1 C++ API
|
Go to the source code of this file.
Classes | |
class | moving_averager_c |
class | gr_dc_blocker_cc |
a computationally efficient controllable DC blocker More... | |
Functions | |
GR_CORE_API gr_dc_blocker_cc_sptr | gr_make_dc_blocker_cc (int D=32, bool long_form=true) |
GR_CORE_API gr_dc_blocker_cc_sptr gr_make_dc_blocker_cc | ( | int | D = 32 , |
bool | long_form = true |
||
) |
Build the DC blocker.
D | (int) the length of the delay line |
long_form | (bool) whether to use long (true, default) or short form |