Calculate inter spike intervals
The function calculates all the interspikes interval between all spikes of each of the channels recorded.
calculate_isis(s)
s |
MEA data structure |
Returns the MEA data structure (S object in the example) with the following new lists:
S$isis |
list of all isis for each channel |
S$mean_isis |
mean isis for each channel |
S$sd_isis |
sd of isis for each channel |
data("S") S <- calculate_isis(S)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.