![]() |
itpp_sci
1.0.0
it++ based simulation framework for scicoslab, scilab and scipy
|
up-sampling FIR filter
Core function SIM::fir_up.process()
More...

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... | |
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
|
inline |
|
inline |
| vec SIM::fir_up::process | ( | const bmat & | ceio, |
| const vec & | x | ||
| ) |
1.8.9.1