Compute STTPs for just two spike trains, A and B
Compute STTP for just one pair of trains
tiling_correlogramcpp_index(spikes, n, nspikes, first_spike, start, end, dt, tau_sep, tau_max, a, b)
spikes |
Concatenated list of spike trains |
n |
number of spike trains |
nspikes |
Vector containing the number of spikes in each train |
first_spike |
Index to the first spike in each train. |
start |
Start time of recording in seconds |
end |
End time of recording in seconds |
dt |
Coincidence window for STTC |
tau_sep |
Step size for taus. |
tau_max |
Maximum absolute tau value. |
a |
Number of first spike train |
b |
Number of second spike train |
If you have the spikes from an array in a flattened form, you can compute the STTP for just two of the spike trains, rather than computing all pairwise STTPs.
STTP for spike trains a and b
Tom Edinburgh
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.