Window Slider

This node creates sliding windows from an input signal. You can adjust the window length and the step size.

This node is part of the DSP Extensions provided by AI.Associates GmbH, Germany. For more information please refer to https://ai.associates/knime or write an email to knime@ai.associates.

Options

Window Length
Size of a window.
Window Step
Number of time steps the window moves in one iteration - usually setting this at half the window length is a good idea.
Perform right padding to include last row
Choose if you want to enable padding which compensates for the last window not fitting in the last bit of your data:
  • If you enable padding your windowed signal will include all data from original signal, with the last window padded with missing values until the desired window length is reached.
    Tip: you can use "Missing Value" node to replace them with value of your choice.
  • If you don't enable this option, the last window will be discarded.

Input Ports

Icon
Input table with one or more data columns column.

Output Ports

Icon
Output table with #(window length) columns.

Views

This node has no views

Workflows

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.