SpikeDetector

Detect spikes in a MultiChannelData stream and emits a spike event and spike data in response

Output port

port name

data type

slots

description

events

EventData

1

A stream of events.

spikes

SpikeData

1

A stream of detected spikes

Options

port name

data type

default

description

threshold

double

60.0

Spike detection threshold in data units.

invert signal

bool

True

Invert signal before spike detection.

strict time bin check

bool

True

Strict check of compatibility of spike detection buffer size with the upstream processor

buffer size

double

0.5 ms

Size (in seconds) of data buffer used for spike detection

peak lifetime

unsigned int

8 samples

Peak life time in samples

Static states

name

data type

initial value

external access

peers access

description

threshold

double

60.0

write

True

Spike detection threshold in data units.

peak lifetime

unsigned int

8 samples

write

True

Peak life time in samples