Public Types | Public Member Functions | Public Attributes

mln::fun::n2v::white_gaussian< V > Struct Template Reference

Generate a White Gaussian Noise. More...

#include <white_gaussian.hh>

Inheritance diagram for mln::fun::n2v::white_gaussian< V >:
Inheritance graph

List of all members.

Public Types

typedef Function_n2v< void > category
typedef white_gaussian< V > exact_t
typedef V result

Public Member Functions

operator() () const
 white_gaussian (double sigma_)

Public Attributes

double sigma

Detailed Description

template<typename V>
struct mln::fun::n2v::white_gaussian< V >

Generate a White Gaussian Noise.

Reference: http://www.dspguru.com/dsp/howtos/how-to-generate-white-gaussian-noise

Definition at line 56 of file white_gaussian.hh.


Member Typedef Documentation

typedef Function_n2v<void> mln::Function_n2v< white_gaussian< V > >::category [inherited]

Reimplemented from mln::Function< white_gaussian< V > >.

Definition at line 101 of file function.hh.

typedef white_gaussian< V > mln::Object< white_gaussian< V > >::exact_t [inherited]

Definition at line 173 of file object.hh.

template<typename V >
typedef V mln::fun::n2v::white_gaussian< V >::result

Definition at line 58 of file white_gaussian.hh.


Constructor & Destructor Documentation

template<typename V >
mln::fun::n2v::white_gaussian< V >::white_gaussian ( double  sigma_  ) 

Definition at line 71 of file white_gaussian.hh.


Member Function Documentation

template<typename V >
V mln::fun::n2v::white_gaussian< V >::operator() (  )  const

Member Data Documentation

template<typename V >
double mln::fun::n2v::white_gaussian< V >::sigma

Definition at line 63 of file white_gaussian.hh.

Referenced by mln::fun::n2v::white_gaussian< V >::operator()().