TEAP (Toolbox for Emotion Analysis using Physiological Signals) doc
Signal__get_window_frames.m File Reference

Takes a portion of a signal between startT and endT frames. NB: that the child signal will memorize the offset to its father (the first-one, non recursive) start: useful if you want to plot the signal with logical times. If you want to specify seconds instead of frames, you should use Signal__get_window() More...

Go to the source code of this file.

Functions

function Signal__get_window_frames (in Signal, in startT, in endT)
 

Detailed Description

Takes a portion of a signal between startT and endT frames. NB: that the child signal will memorize the offset to its father (the first-one, non recursive) start: useful if you want to plot the signal with logical times. If you want to specify seconds instead of frames, you should use Signal__get_window()

Attention
SEE ALSO:
  • Signal__get_window
  • Signal__get_offset

Definition in file Signal__get_window_frames.m.

Function Documentation

◆ Signal__get_window_frames()

function Signal__get_window_frames ( in  Signal,
in  startT,
in  endT 
)
Parameters
Signalthe signal you want to take a portion of.
startTthe start time (frames)
endTthe end time (frames)
Return values
Childthe cut signal
Author
Copyright Frank Villaro-Dixon, 2014