DelaySignal¶
Delay signal by a given number of samples.
In contrast to ShiftTimestamps, this delays the signal content (i.e., shifts the data), instead of revising the timestamps of the data. This can be used e.g., to concatenate or add shifted versions of the signal. Version 1.0.0
Ports/Properties¶
data¶
Data to process.
delay¶
Amount by which to delay the signal.
delay_unit¶
Unit of the specified delay.
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.