Spike Toolbox |
![]() ![]() |
STFlatten
Convert a mapped spike train back to an instance
Syntax
[stFlatTrain] = STFlatten(stTrain)
Description
stTrain
must contain a mapping. STFlatten will remove addressing
information from the mapping, and convert it to a spike train instance. If
the mapping contains trains mapped to more than one address, these will be
merged together in the spike train instance. stFlatTrain
will be a new
spike train structure comprising of a field instance
, which contains the
flattened train.
See Also
Understanding spike trains
![]() |
STGetSpikeTimes
![]() |