Multichannel Systems NeuroExplorer User Manual

Page 230

Advertising
background image

intEndVar (tend), it looks for the last timestamp (tstart) of the
intStartVar before tend. If tstart is after the previous timestamp of
intEndVar, it adds the interval [tstart+shift1, tend+shift2] to the
result.

IntOpposite

Creates a new interval variable that contains intervals
'complementary' to the intervals of intervalvar.

IntOr

Creates a new Interval Variable that contains unions of the
intervals of intervalVar1 and intervalVar2.

IntAnd

Creates a new Interval Variable that contains intersections of the
intervals of intervalVar1 and intervalVar2.

IntSize

Creates a new Interval Variable that contains all of the intervals
of intervalVar that have the length which is more or equal to
minInt and less than or equal to intMax.

IntFind

Creates a new Interval Variable. Each interval of intervalVar that
contains one or more timestamps of eventVar is copied to the
result.

MarkerExtract

Creates a new event variable based on an existing marker
variable.

Shift

Returns a new variable with all the timestamps of variable var
shifted in time by shiftBy seconds.

NthAfter

Returns the N-th timestamp in var1 after the timestamp in var2.

PositionSpeed

Calculates position speed from X and Y coordinate variables.
Speed is calculated from positions at times (t-deltaT, t+deltaT).

FilterContinuousVariable

Applies the specified frequency filter to the specified continuous
variable.

LinearCombinationOfContVars

Calculates a linear combination of two continuous variables.

DecimateContVar

Decimates a continuous variable.

See Also

Introduction to NexScript Programming

NexScript Function Categories

Page 228

Advertising