IntervalCoder

Module that generates a simple interval code for a real-valued input.

Example XML definition

A simple example

  <module
      class = "IntervalCoder"
      name = "IntervalCoder"
  />

Parameters

NameDescriptionTypeDefault
classThe class name for the module; must be "IntervalCoder".string
nameThe name of this instance of the module.string
outputsizeNumber of output nodeint10
radiusThe size of the the codingfloat1
minMinimum value to be codedfloat0.0
maxMaximum value to be codedfloat1.0

Module Connections

Inputs

NameDescription
INPUTThe input

Outputs

NameDescription
OUTPUTThe interval coded output

Author

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

Files

IntervalCoder.h
IntervalCoder.cc
IntervalCoder.ikc

blog comments powered by Disqus