GNU Radio 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>
Include dependency graph for gr_single_pole_iir_filter_cc.h:

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 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 
)