Skip to content

plotAverageWaveforms

  plotAverageWaveforms

  Plots average waveforms for all channels and specified units across the
  array. It will prompt for a CMP file to map each channel to its electrode
  representation.

 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 
  Use plotAverageWaveforms(NEV, units)

  NOTE: All input arguments are optional. Input arguments may be in any order.

    NEV:          NEV structure containing all waveforms.
                  DEFAULT: Will prompt for NEV.

    'units':      Specify the units to plot (i.e. 2 or 0:5 for all).
                  DEFAULT: will plot all units.

 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    USAGE EXAMPLE: 

    openNEV(NEV, 0:3);

    In the example above, the waveforms in the NEV structure coming from
    units 0 through 3 will be plotted.

 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    Kian Torab
    kian@blackrockmicro.com
    Blackrock Microsystems
    Salt Lake City, UT

    Version 2.1.0.0