mediaLib Library Functions mlibSignalGaussNoiseS16(3MLIB)
NAME
mlibSignalGaussNoiseS16 - Gaussian noise generation
SYNOPSIS
cc [ flag... ] file... -lmlib [ library... ]
#include
mlibstatus mlibSignalGaussNoiseS16(mlibs16 *gnoise, void *state,
mlibs32 n);
DESCRIPTION
The mlibSignalGaussNoiseS16() function generates one
packet of Gaussian noise and updates the internal state.
PARAMETERS
The function takes the following arguments:
gnoise Generated Gaussian noise array.
state Internal state structure.
n Length of the generated Gaussian wave array in
number of samples.
RETURN VALUES
The function returns MLIBSUCES if successful. Otherwise
it returns MLIBFAILURE.
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
ATRIBUTE TYPE ATRIBUTE VALUE
Interface Stability Committed
MT-Level MT-Safe
SEE ALSO
mlibSignalGaussNoiseFreeS16(3MLIB),
mlibSignalGaussNoiseInitS16(3MLIB), attributes(5)
SunOS 5.11 Last change: 2 Mar 2007 1
|