GNU Radio v3.6.2-149-ga6d285d9 C++ API
|
#include <filter/api.h>
#include <filter/single_pole_iir.h>
#include <gr_sync_block.h>
#include <gr_complex.h>
Go to the source code of this file.
Classes | |
class | gr::filter::single_pole_iir_filter_ff |
single pole IIR filter with float input, float outputThe input and output satisfy a difference equation of the form
\f{
y[n] - (1-alpha) y[n-1] = alpha x[n]
\f}
More... | |
Namespaces | |
namespace | gr |
namespace | gr::filter |