GNU Radio v3.6.2-149-ga6d285d9 C++ API
gr_single_pole_iir_filter_ff.h File Reference
#include <gr_core_api.h>
#include <gr_sync_block.h>
#include <gr_single_pole_iir.h>
#include <stdexcept>

Go to the source code of this file.

Classes

class  gr_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...

Functions

GR_CORE_API
gr_single_pole_iir_filter_ff_sptr 
gr_make_single_pole_iir_filter_ff (double alpha, unsigned int vlen=1)

Function Documentation

GR_CORE_API gr_single_pole_iir_filter_ff_sptr gr_make_single_pole_iir_filter_ff ( double  alpha,
unsigned int  vlen = 1 
)