Noise
Module used to add gaussian noise to a signal.
Example XML definition
Example
<module
class = "Noise"
name = "Noise"
sigma = "0.1"
/>
Parameters
| Name | Description | Type | Default |
|---|---|---|---|
| class | The class name for the module; must be "Noise". | string | |
| name | The name of this instance of the module. | string | |
| sigma | The noise variance | float | 1.0 |
| mean | The noise mean | float | 0.0 |
Module Connections
Inputs
| Name | Description |
|---|---|
| INPUT | The input |
Outputs
| Name | Description |
|---|---|
| OUTPUT | The output |
Author
Christian Balkenius
christian.balkenius@lucs.lu.se
Lund University Cognitive Science
Files
Noise.h
Noise.cc
Noise.ikc