Code covered by the BSD License  

Highlights from
Data Browser

image thumbnail
from Data Browser by Phil Larimer
A utility to browse data files that involve one or more channels of data over time.

detectWCAPs(inData, timePerPoint)
function events = detectWCAPs(inData, timePerPoint)
    if ~nargin
        events = 'Action Potentials';
    else
        events = detectSpikes(inData);    
    end

Contact us at files@mathworks.com