Function: fiff read raw segment

From OpenWetWare
Jump to navigationJump to search

Syntax:

   [data,times] = fiff_read_raw_segment(raw,from,to)

Input(s):

   raw    - structure returned by fiff_setup_read_raw
   from   - first sample to include. If omitted, defaults to the first sample in data
   to     - last sample to include. If omitted, defaults to the last sample in data

Output(s):

   data   - returns the data matrix (channels x samples)
   times  - returns the time values corresponding to the samples (optional)


Back