wgn
Generate white Gaussian noise samples
Syntax
Description
Examples
Input Arguments
Output Arguments
Tips
To generate repeatable white Gaussian noise samples, use one of these tips:
Provide a static
seed
value as an input towgn
.Use the
reset (RandStream)
function on therandobject
before passing it as an input towgn
.Provide
randobject
in a known state as an input towgn
. For more information, seeRandStream
.
Extended Capabilities
Version History
Introduced before R2006a