mediaLib Library Functions mlibSignalWhiteNoiseS16(3MLIB)
NAME
mlibSignalWhiteNoiseS16 - white noise generation
SYNOPSIS
cc [ flag... ] file... -lmlib [ library... ]
#include
mlibstatus mlibSignalWhiteNoiseS16(mlibs16 *wnoise,
void *state, mlibs32 n);
DESCRIPTION
The mlibSignalWhiteNoiseS16() function generates one
packet of white noise and updates the internal state.
PARAMETERS
The function takes the following arguments:
wnoise Generated white noise array.
state Internal state structure.
n Length of the generated sine 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
mlibSignalWhiteNoiseFreeS16(3MLIB),
mlibSignalWhiteNoiseInitS16(3MLIB), attributes(5)
SunOS 5.11 Last change: 2 Mar 2007 1
|