Window

The window(S,astart,aend) function returns that part of the signal S between the first abscissa value less than or equal to astart and the last abscissa greater than or equal to value aend. This function is defined for sorted signals.

Syntax

window(S,astart,aend)

Types
 Variable NameValue TypeVariable Type
Arguments:Sreal, complexsignal, xy-data
astart realscalar
aend realscalar
Result:  real, complex signal, xy-data
Calculator Input

Use the window button to complete the operation.

Example
IDDescriptionTypeValueExpression
SArgumentREAL SIGNAL   signal([1,2,3,4,5],[2,3,4,5,6],[3,4,5,6,7])
aArgumentREAL22
bArgumentREAL44
Sab Result REAL SIGNAL   window(S,a,b)