Signal Merger

Summary

Doc_BoxAlgorithm_SignalMerger.png
  • Plugin name : Signal Merger
  • Version : 1.0
  • Author : Yann Renard
  • Company : INRIA
  • Short description : Merges several input streams into a single output stream
  • Documentation template generation date : May 20 2016

Description

This box merges several input streams in a single output stream. For instance, if this box has two inputs with 8 channels each, the output will contain 16 channels.

It important to note that the input streams must have the same structure. That is same sampling rate, same number of samples per buffer, and similar chunks dates.

The output channel order is as follows :

  • n channels from input 1 (in the same order as in input 1)
  • m channels from input 2
  • ...
  • p channels from input N

Such box has initially been proposed by Matthieu Goyat and Guillaume Lio but it has been completely reimplemented in march 2011 because of unpredictable behaviors in some conditions.

Inputs

This box can receive as many inputs as necessary.

1. Input 1

The first input stream.

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

2. Input 2

The second input stream.

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

Outputs

1. Merged

The output stream contains all the channels grabbed from the different input streams.

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

Examples

Miscellaneous