Spike Toolbox

STIsZeroDuration
Tests for a zero duration spike train

Syntax
[bZero] = STIsZeroDuration(stTrain)

Description
stTrain is a valid spike train, as defined by STIsValidSpikeTrain. STIsZeroDuration test this train to see if it contains any spikes. bZero will be true if stTrain contains no spikes (has a zero duration). bZero will be false otherwise. bZero will be true for a spike train definition.

See Also
STNullTrain, STIsValidSpikeTrain


$Id: STIsZeroDuration.html 1783 2005-08-31 21:05:51Z dylan $