mixer - wrapper for a SIM::mix
Core function: SCI::sci_mix.proc()
More...
mixer - wrapper for a SIM::mix
Core function: SCI::sci_mix.proc()
| SCI::sci_mix::sci_mix |
( |
| ) |
|
| SCI::sci_mix::~sci_mix |
( |
| ) |
|
| sci_mix* SCI::sci_mix::create |
( |
int |
sci_type | ) |
|
|
inline |
| void SCI::sci_mix::destroy |
( |
| ) |
|
|
inlinevirtual |
| void SCI::sci_mix::exec |
( |
int |
command | ) |
|
|
virtual |
executes command in an object of a mixer
Supported commands:
none
- Parameters
-
| [in] | command | - to be executed |
Reimplemented from SCI::sci_base.
| sci_var * SCI::sci_mix::get |
( |
int |
param | ) |
|
|
virtual |
creates new sci_var and assigns its value to the requested parameter of a mixer
Supported parameters:
SCI_TYPE, sci_var [int]
SCI_OUTPUT, sci_var [complex] output value
- Parameters
-
| [in] | param | - parameter to get |
- Returns
- - pointer to created sci_var, actual object type depends on input parameter
Reimplemented from SCI::sci_base.
creates sci_var and assign its value to the output of a mixer [y][vec] by processing input [x][mat] for active [ce][bvec] ticks
- Parameters
-
| [in] | p_v_ce | - pointer to ce - sci_var [bvec] |
| [in] | p_v_x | - pointer to x - sci_var [mat] |
- Returns
- - pointer to y - created sci_var [vec]
Reimplemented from SCI::sci_base.
| void SCI::sci_mix::set |
( |
int |
param, |
|
|
sci_var * |
p_v |
|
) |
| |
|
virtual |
sets parameter of a mixer
Supported parameters:
SCI_OUTPUT, sci_var [double] output value y0
- Parameters
-
| [in] | param | - parameter to set |
| [in] | p_v | - pointer to sci_var object with value of the parameter |
Reimplemented from SCI::sci_base.
The documentation for this class was generated from the following files:
- C:/jobs/vcc/itpp_sci/include/sci/sci_mix.hpp
- C:/jobs/vcc/itpp_sci/sci_lib/code/sci_mix.cpp