$extrastylesheet
#include <mln/fun/n2v/white_gaussian.hh>
Public Member Functions | |
| white_gaussian (double sigma_) | |
| V | operator() () const |
Public Attributes | |
| double | sigma |
Public Types | |
| typedef Function_n2v< void > | category |
| typedef white_gaussian< V > | exact_t |
| typedef V | result |
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.
| mln::fun::n2v::white_gaussian< V >::white_gaussian | ( | double | sigma_ | ) |
| V mln::fun::n2v::white_gaussian< V >::operator() | ( | ) | const |
| double mln::fun::n2v::white_gaussian< V >::sigma |
Definition at line 63 of file white_gaussian.hh.
|
inherited |
Definition at line 107 of file function.hh.
|
inherited |
| typedef V mln::fun::n2v::white_gaussian< V >::result |
Definition at line 58 of file white_gaussian.hh.