Skip to content
jamesjun edited this page Dec 3, 2017 · 1 revision

Time range of spikes (in milliseconds) centered at the negative peak (or positive peak if bipolar detection is enabled). The ADC samples (spkLim) are calculated from multiplying by the sampling rate (P.sRateHz).

spkLim = round(P.spkLim_ms / 1000 * P.sRateHz)

Default value: [-.25, .75] (Extract spike waveforms .25 ms before the peak and .75 ms after the peak).

See also: P.sRateHz

Clone this wiki locally