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

Go to the source code of this file.

Classes

class  gr_single_pole_iir_filter_cc
 single pole IIR filter with complex input, complex 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_cc_sptr 
gr_make_single_pole_iir_filter_cc (double alpha, unsigned int vlen=1)

Function Documentation

GR_CORE_API gr_single_pole_iir_filter_cc_sptr gr_make_single_pole_iir_filter_cc ( double  alpha,
unsigned int  vlen = 1 
)