Skip to content

spInterspikeInterval

  spInterspikeInterval returns the interspike interval distribution

  Example:
  spInterspikeInterval(fhandle, InputName1, InputValue1,....);
  spInterspikeInterval(channels, InputName1, InputValue1,....);
  or
  out=spInterspikeInterval(....);
  where
          fhandle is a valid sigTOOL data view handle
          channels is a sigTOOL channel cell array
          out (if requested) will be a sigTOOLResultData object

  If no output is requested the result will be plotted

  Other inputs are string/vlaue pairs
      'Sources'               List of source channels
      'Start'                 Start time for processing (in seconds)
      'Stop'                  End time for processing (in seconds)
      'BinWidth'              The width of the bins in the result (in
                                seconds)


  -------------------------------------------------------------------------
  Author: Malcolm Lidierth 04/08
  Copyright © The Author & King's College London 2008-
  -------------------------------------------------------------------------