11 #include "sim\_sim_extension.hpp"
13 #include "spuc_fir.hpp"
36 class fir_x :
public SPUC::fir < complexd >
53 void set_state(
const cvec &cv);
58 void set_output(complexd yout);
68 complexd get_output(
void);
75 cvec process(
const bvec &ce,
const cvec &x);
SIM layer implements low level simulation models with itpp base classes as operational types...
Definition: sim_amp.hpp:15
Definition: spuc_fir.hpp:19
Definition: _sci_assert.cpp:35
~fir_x()
Definition: sim_fir_x.hpp:46
fir_x()
Definition: sim_fir_x.hpp:41
complexd y0
filter output, initialized to (0.0+j0.0) by constructor
Definition: sim_fir_x.hpp:39
complex FIR filter Core function: SIM::fir_x.process()
Definition: sim_fir_x.hpp:36