Skip to content

scFindSynchronized

  scFindSynchronized Helper function for sigTOOL uicontrols

  scFindSynchronized finds waveform data with syncronized samples
  Waveform channels are considered to be synchronized only if all data
  samples fall within one sample interval of one another.

  If Event Filtering is enabled scFindSynchronized will compare only valid
  samples. 

  Example:
  ChanList=scFindSynchronized(channels, chan)
  ChanList=scFindSynchronized(fhandle, chan)
  where:
    channels is a sigTOOL data cell array
    fhandle is the handle of a sigTOOL data view to take the channels from
    chan is the template channel to match

  ChanList is a vector of waveform channel numbers with synchronized
  samples


  See also scGetTimePeriod

 -------------------------------------------------------------------------
  Author: Malcolm Lidierth 09/06
  Copyright © The Author & King’s College London 2006-2007
 -------------------------------------------------------------------------

  Acknowledgements:
  Revisions: