Name | Synopsis | Description | Parameters | Return Values | Attributes | See Also
cc [ flag... ] file... -lmlib [ library... ]
#include <mlib.h>
mlib_status mlib_SignalWhiteNoiseInit_S16(void **state, 
     mlib_s16 mag, mlib_s16 seed);
The mlib_SignalWhiteNoiseInit_S16() 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