MovingWindow¶
Output a moving window of a streaming time series.
This node is meant to be used in online processing only. On every tick, this node outputs the last window_length seconds of the signal. Version 1.1.0
Ports/Properties¶
data¶
Data to process.
window_length¶
Sliding window length. A longer window will yield a better estimate, but the spectrum will change more slowly and will also react more slowly to changes. Typical settings for EEG phenomena are 0.5 to 5 seconds, but for very slowly (or rapidly) changing brain dynamics, longer (or shorter) windows may be used.
unit¶
Unit in which the window length is given.
flag_as_offline¶
Flag output as offline data.
verbose¶
Verbose output.
set_breakpoint¶
Set a breakpoint on this node. If this is enabled, your debugger (if one is attached) will trigger a breakpoint.
metadata¶
User-definable meta-data associated with the node. Usually reserved for technical purposes.