inter_spike_interval
=None, per_neuron=False) core.Monitor.inter_spike_interval(spikes, ranks
Computes the inter-spike interval (ISI) for the recorded spike events of a population.
Parameters
Name | Type | Description | Default |
---|---|---|---|
spikes | dict | the dictionary of spikes returned by get('spike') . |
required |
ranks | list | list of ranks. | None |
per_neuron | bool | if True, the ISI will be computed per neuron, not globally. | False |