Constructor SpikeWaveformCollection
SpikeWaveformCollection(Size)
Initializes a new instance of the SpikeWaveformCollection class with the specified buffer size.
public SpikeWaveformCollection(Size bufferSize)
Parameters
bufferSize
SizeThe size of the original buffer in which the spikes in this collection were detected.
SpikeWaveformCollection(IList<SpikeWaveform>, Size)
Initializes a new instance of the SpikeWaveformCollection class as a wrapper to the specified list of spikes and buffer size.
public SpikeWaveformCollection(IList<SpikeWaveform> spikes, Size bufferSize)
Parameters
spikes
IList<SpikeWaveform>The list of spikes that is wrapped by the new collection.
bufferSize
SizeThe size of the original buffer in which the spikes in the list were detected.