OpenViBE Documentation 3.3.0
Channel Rename

Summary

  • Plugin name : Channel Rename
  • Version : 1.1
  • Author : Yann Renard
  • Company : INRIA
  • Short description : Renames channels of different types of streamed matrices
  • Documentation template generation date : Apr 20 2022

Description

This box renames the input channels with whatever name the author wants. The names
should be separated by a semi-column '
'

Inputs

1. Input matrix

The input matrix which channels should be renamed. The type of this input can be changed to
signal or spectrum depending on what kind of stream channel to rename.

  • Type identifier : Signal (0x5ba36127, 0x195feae1)

Outputs

1. Output matrix

The output matrix with renamed channels. The type of this output can be changed to
signal or spectrum depending on what kind of stream channel to rename.

  • Type identifier : Signal (0x5ba36127, 0x195feae1)

Settings

1. New channel names

A semi-colon separated list of new channel names.

  • Type identifier : String (0x79a9edeb, 0x245d83fc)
  • Default value : [ Channel 1;Channel 2 ]

Examples

Suppose you compute the delta, alpha and beta band power at location Cz and merge the three
streams in a single stream. The resulting stream will handle three channels all named Cz. For
convenience, it could be useful to rename those channels Delta, Alpha and Beta respectively.
In order to achieve this, use a Channel Rename with the following setting
value : "Delta <br> Alpha <br> Beta"

Miscellaneous