Class SpikeWaveformCollection
Represents a collection of spike waveforms detected by the DetectSpikes operator.
public class SpikeWaveformCollection : Collection<SpikeWaveform>, IList<SpikeWaveform>, ICollection<SpikeWaveform>, IList, ICollection, IReadOnlyList<SpikeWaveform>, IReadOnlyCollection<SpikeWaveform>, IEnumerable<SpikeWaveform>, IEnumerable
- Inheritance
-
SpikeWaveformCollection
- Implements
- Inherited Members
Constructors
- SpikeWaveformCollection(Size)
Initializes a new instance of the SpikeWaveformCollection class with the specified buffer size.
- SpikeWaveformCollection(IList<SpikeWaveform>, Size)
Initializes a new instance of the SpikeWaveformCollection class as a wrapper to the specified list of spikes and buffer size.
Properties
- BufferSize
Gets the size of the original buffer in which the spikes in this collection were detected.