findInitialMeanWaveforms

PURPOSE ^

processes a block of spikes (after detection) and returns the threshold

SYNOPSIS ^

function [meanWaveforms,meanClusters, initialThres] = findInitialMeanWaveforms(allSpikes, allTimestamps, stdEstimate, minClustSize)

DESCRIPTION ^

processes a block of spikes (after detection) and returns the threshold
for clustering and the mean waveforms for assigning individual spikes to
clusters.

inputs:
spikes
timestamps
stdEstimate: estimate of std of filtered raw signal (for threshold
calculation)

minClustSize: min number of spikes that need to be associated to a cluster
for it to be considered a mean waveform


urut/april04

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Wed 03-Oct-2007 12:29:38 by m2html © 2003