Noise generator parent class.
Macros:
CapyNoise object definition macro
Enumerations:
None.
Typedefs:
CapyNoise object
Functions:
Create a CapyNoise
Input argument(s):
seed: seed of the noise
dimIn: number of inputs
dimOut: number of outputs
Output and side effect(s):
Return a CapyNoise
Allocate memory for a new CapyNoise and create it
Input argument(s):
seed: seed of the noise
dimIn: number of inputs
dimOut: number of outputs
Output and side effect(s):
Return a CapyNoise
Exception(s):
May raise CapyExc_MallocFailed.
Free the memory used by a CapyNoise* and reset '*that' to NULL
Input argument(s):
that: a pointer to the CapyNoise to free