white gaussian noise - wrapper for a SIM::wgn
Core function: SCI::sci_wgn.gen()
More...
white gaussian noise - wrapper for a SIM::wgn
Core function: SCI::sci_wgn.gen()
| SCI::sci_wgn::sci_wgn |
( |
| ) |
|
| SCI::sci_wgn::~sci_wgn |
( |
| ) |
|
| sci_wgn* SCI::sci_wgn::create |
( |
int |
sci_type | ) |
|
|
inline |
| void SCI::sci_wgn::destroy |
( |
| ) |
|
|
inlinevirtual |
| void SCI::sci_wgn::exec |
( |
int |
command | ) |
|
|
virtual |
execute command for an instance of a WGN generator
Supported commands: NONE
- Parameters
-
| [in] | command | - to be executed |
Reimplemented from SCI::sci_base.
for active [ce] ticks, assign output to [y], newly created sci_var [vec]
- Parameters
-
| [in] | p_v_ce | - pointer to ce - sci_var [bvec] |
- Returns
- - pointer to y - created sci_var [vec]
Reimplemented from SCI::sci_base.
| sci_var * SCI::sci_wgn::get |
( |
int |
param | ) |
|
|
virtual |
create new sci_var object and assign its value to WGN generator parameter - param
Supported parameters:
SCI_TYPE, sci_var [int]
SCI_SIGMA, sci_var [double]
SCI_MEAN, sci_var [double]
SCI_OUTPUT, sci_var [double]
- Parameters
-
| [in] | param | - parameter to get |
- Returns
- - pointer to created sci_var
Reimplemented from SCI::sci_base.
| void SCI::sci_wgn::set |
( |
int |
param, |
|
|
sci_var * |
p_v |
|
) |
| |
|
virtual |
set parameters of a WGN generator
Supported parameters:
SCI_SIGMA, sci_var [double]
SCI_MEAN, sci_var [double]
SCI_OUTPUT, sci_var [double]
- 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_wgn.hpp
- C:/jobs/vcc/itpp_sci/sci_lib/code/sci_wgn.cpp