Scale
This page describes a module in the upcoming version 1.2 of Ikaros and may not be correct for version 1.1
Module that multiplies its input by a constant factor.
Example XML definition
A simple example
<module
class = "Scale"
name = "Scale"
/>
Parameters
| Name | Description | Type | Default |
|---|---|---|---|
| class | The class name for the module; must be "Scale". | string | |
| name | The name of this instance of the module. | string | |
| factor | Scale factor | float |
Module Connections
Inputs
| Name | Description |
|---|---|
| INPUT | The input |
Outputs
| Name | Description |
|---|---|
| OUTPUT | The scaled output |
Author
Christian Balkenius
christian.balkenius@lucs.lu.se
Lund University Cognitive Science
Files
Scale.h
Scale.cc
Scale.ikc