Isifilter function – Multichannel Systems NeuroExplorer User Manual

Page 243

Advertising
background image

5.5.8.13. ISIFilter Function

ISIFilter Function


Creates the new event containing the timestamps of the specified variable that have preceding
interspike intervals larger than the specified value.

Syntax


variableReference ISIFilter(var, minISI)

Parameters

Parameter

Type

Description

var

variableReference

Reference to the variable.

minISI

double

Minimum ISI (in seconds).

Returns


Reference to the new variable.

Comments


Creates the new event containing timestamps of the variable var that have preceding interspike
intervals larger than minISI.

Usage

NexScript

doc = GetActiveDocument()

doc.RemovedSmallISI = ISIFilter(doc.Neuron1, 0.1)

See Also

Introduction to NexScript Programming

NexScript Function Categories

Page 241

Advertising