spkLim_ms - JaneliaSciComp/JRCLUST GitHub Wiki

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