Noise

This page describes a module in the upcoming version 1.2 of Ikaros and may not be correct for version 1.1

Module used to add gaussaian noise to a signal

Example XML definition

Example

  <module
      class = "Noise"
      name = "Noise"
      sigma = "0.1"
  />

Parameters

NameDescriptionTypeDefault
classThe class name for the module; must be "Noise".string
nameThe name of this instance of the module.string
sigmaThe noise variancefloat1.0
meanThe noise meanfloat0.0

Module Connections

Inputs

NameDescription
INPUTThe input

Outputs

NameDescription
OUTPUTThe output.

Author

Christian Balkenius
christian.balkenius@lucs.lu.se
Lund University Cognitive Science

Files

Noise.h
Noise.cc
Noise.ikc