real value WGN generator source
Core function: SIM::wgn.generate()
More...
real value WGN generator source
Core function: SIM::wgn.generate()
| vec SIM::wgn::generate |
( |
const bvec & |
ce | ) |
|
for active clock ticks ce[i] generate new sample of white noise
- Parameters
-
| ce | - [bvec] - clock enable vector - sizeof(ce)=N |
- Returns
- y - [vec] - output vector - sizeof(y)=[N]
| double SIM::wgn::get_mean |
( |
void |
| ) |
|
get DC of a WGN
- Returns
- - [double] DC
| double SIM::wgn::get_output |
( |
void |
| ) |
|
get initial/idle output symbol
- Returns
- - [double] y0
| double SIM::wgn::get_sigma |
( |
void |
| ) |
|
get AC-RMS of a WGN
- Returns
- - [double] AC-RMS
| void SIM::wgn::set_mean |
( |
double |
m | ) |
|
set DC of a WGN
- Parameters
-
| void SIM::wgn::set_output |
( |
double |
yout | ) |
|
sets initial/idle output symbol
- Parameters
-
| [in] | yout | - [double] y0 = yout |
| void SIM::wgn::set_sigma |
( |
double |
s | ) |
|
set AC- RMS of a WGN
- Parameters
-
The documentation for this class was generated from the following files:
- C:/jobs/vcc/itpp_sci/include/sim/sim_wgn.hpp
- C:/jobs/vcc/itpp_sci/sim_lib/code/sim_wgn.cpp