Calculations

Subset

This operation allows the creation of a new Data Series from a portion of an existing Data Series. The user specifies the start of the required portion, and the length of the requested portion.  The calculation returns this portion, at the same sampling frequency as the original series.

In the script, the calculation is performed using the built in function subset(start, length).  The user may choose to specify these parameters in either seconds or in points.

More:

Parameters

Validation

Output