OpenViBE Documentation 3.3.0
Windowing

Summary

  • Plugin name : Windowing
  • Version : 1.0
  • Author : Laurent Bonnet
  • Company : Mensia Technologies SA
  • Short description : Applies a windowing function to the signal.
  • Documentation template generation date : Apr 20 2022

Description

Applies a windowing function to the signal.

This plugin is used to apply a window to the input signal.
This plugin allows the selection of the kind of window
(None, Hamming, Hanning, Hann, Blackman, Triangular, Square Root).

Inputs

1. Input signal

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

Outputs

1. Output signal

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

Settings

1. Window method

Select the name of window between: None(equivalent to a rectangular window), Hamming, Hann, Hanning (equivalent to Hann window), Blackman,
Triangular and Square Root.

  • Type identifier : Window method (0x0a430fe4, 0x4f318280)
  • Default value : [ Hamming ]

Examples

Let's consider our input signal.
To prevent rebound in spectrum analysis due to the square root
windowing, select a Hanning window for example.

Miscellaneous