two input mixer
Core function: SIM::mix.process()
More...
two input mixer
Core function: SIM::mix.process()
| double SIM::mix::get_output |
( |
void |
| ) |
|
get output state y0
- Returns
- - [double] y0
| vec SIM::mix::process |
( |
const bvec & |
ce, |
|
|
const mat & |
x |
|
) |
| |
process input samples - [x] for active clock ticks [ce]
- Parameters
-
| ce | [bvec] clock_enable vector |
| x | [mat] [x1|x2] - input matrix |
- Returns
- y [vec] y = (x1*x2)
| void SIM::mix::set_output |
( |
double |
yout | ) |
|
set output state y0
- Parameters
-
The documentation for this class was generated from the following files:
- C:/jobs/vcc/itpp_sci/include/sim/sim_mix.hpp
- C:/jobs/vcc/itpp_sci/sim_lib/code/sim_mix.cpp