isi
calculates the isi (inter-spike interval) (s) between sucessive spikes in a input spike train.
isi(train)
train |
spike train: a set of non-decreasing timestamps (s) |
a vector of isis: first entry is ISI between first & second spike in input spike train and so forth. Total length is 1 less than input spike train.
Diana Hall
data("S") # load data b<-isi(S$spikes[[1]]) S$spikes[[1]][1:4] b[1:3]
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.