|
TEAP (Toolbox for Emotion Analysis using Physiological Signals) doc
|
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) |
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()
Definition in file Signal__get_window_frames.m.
| function Signal__get_window_frames | ( | in | Signal, |
| in | startT, | ||
| in | endT | ||
| ) |
| Signal | the signal you want to take a portion of. |
| startT | the start time (frames) |
| endT | the end time (frames) |
| Child | the cut signal |