Name | Synopsis | Description | Parameters | Return Values | Attributes | See Also
cc [ flag... ] file... -lmlib [ library... ]
#include <mlib.h>
mlib_status mlib_SignalWhiteNoiseInit_F32(void **state, mlib_f32 mag,
mlib_f32 seed);
The mlib_SignalWhiteNoiseInit_F32() function allocates memory for an internal state structure and converts the parameters into an internal representation.
The function takes the following arguments:
Internal state structure.
Magnitude of white noise to be generated, in Q15 format.
Seed value for the pseudorandom number generator.
The function returns MLIB_SUCCESS if successful. Otherwise it returns MLIB_FAILURE.
See attributes(5) for descriptions of the following attributes:
|
ATTRIBUTE TYPE |
ATTRIBUTE VALUE |
|---|---|
|
Interface Stability |
Committed |
|
MT-Level |
MT-Safe |
Name | Synopsis | Description | Parameters | Return Values | Attributes | See Also