Table of Contents

Class SpikeWaveform

Namespace
Bonsai.Dsp
Assembly
Bonsai.Dsp.dll

Represents a single spike event extracted from an input signal.

public class SpikeWaveform
Inheritance
SpikeWaveform
Inherited Members

Properties

ChannelIndex

Gets or sets a value indicating in which channel the spike event was detected.

public int ChannelIndex { get; set; }

Property Value

int

SampleIndex

Gets or sets a value indicating in which sample the spike event was detected.

public long SampleIndex { get; set; }

Property Value

long

Waveform

Gets or sets the optional waveform of the spike event.

public Mat Waveform { get; set; }

Property Value

Mat