itpp_sci  1.0.0
it++ based simulation framework for scicoslab, scilab and scipy
Public Member Functions | List of all members
SIM::fir_up Class Reference

up-sampling FIR filter
Core function SIM::fir_up.process()
More...

Inheritance diagram for SIM::fir_up:
Inheritance graph
[legend]

Public Member Functions

 fir_up ()
 
 ~fir_up ()
 
vec process (const bmat &ceio, const vec &x)
 
- Public Member Functions inherited from SIM::fir
 fir ()
 
 ~fir ()
 
void set_state (const vec &v)
 
void set_output (double yout)
 
vec get_state (void)
 
double get_output (void)
 
vec process (const bvec &ce, const vec &x)
 

Additional Inherited Members

- Public Attributes inherited from SIM::fir
double y0
 registered filter output, initialized to 0.0 by constructor More...
 

Detailed Description

up-sampling FIR filter
Core function SIM::fir_up.process()

when cei[n] & ceo[n] are active (ceio = [cei|ceo] = [1 1]), input x is processed
when only ceo[n] is active (ceio = [cei|ceo] = [0 1]), zero input 0.0 is processed

Constructor & Destructor Documentation

SIM::fir_up::fir_up ( )
inline
SIM::fir_up::~fir_up ( )
inline

Member Function Documentation

vec SIM::fir_up::process ( const bmat &  ceio,
const vec &  x 
)

The documentation for this class was generated from the following files: