ForSyDe::SY::gaussian Class Reference

Process constructor for a Gaussian randome wave generator. More...

#include <sy_lib.hpp>

Inheritance diagram for ForSyDe::SY::gaussian:
Collaboration diagram for ForSyDe::SY::gaussian:

Public Member Functions

 gaussian (sc_module_name name_, const double &gaussVar, const double &gaussMean)
 
- Public Member Functions inherited from ForSyDe::SY::source< double >
 source (const sc_module_name &_name, const functype &_func, const abst_ext< double > &init_val, const unsigned long long &take=0)
 The constructor requires the module name. More...
 
std::string forsyde_kind () const
 Specifying from which process constructor is the module built.
 
- Public Member Functions inherited from ForSyDe::process
 process (sc_module_name _name)
 The constructor requires the module name. More...
 

Additional Inherited Members

- Public Types inherited from ForSyDe::SY::source< double >
typedef std::function< void(abst_ext< double > &, const abst_ext< double > &)> functype
 Type of the function to be passed to the process constructor.
 
- Public Attributes inherited from ForSyDe::SY::source< double >
SY_out< double > oport1
 port for the output channel
 
- Protected Member Functions inherited from ForSyDe::process
void end_of_simulation ()
 This hook is used to run the clean stage.
 

Detailed Description

Process constructor for a Gaussian randome wave generator.

This class is used to create a synchronous signal source which produces a random signal based on the Gaussian distribution

Constructor & Destructor Documentation

ForSyDe::SY::gaussian::gaussian ( sc_module_name  name_,
const double &  gaussVar,
const double &  gaussMean 
)
inline
Parameters
name_The Process name
gaussVarThe variance
gaussMeanThe mean value

The documentation for this class was generated from the following file: