wgn
Generate white Gaussian noise samples
Syntax
Description
specifies the output type as noise
= wgn(___,outputtype
)'real'
or
'complex'
in addition to the input arguments in any of
the previous syntaxes.
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