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

Takes a portion of a signal between startT and endT seconds. 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 frames (aka. samples) instead of seconds, you should use Signal__get_window_frames() More...

Go to the source code of this file.

Functions

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

Detailed Description

Takes a portion of a signal between startT and endT seconds. 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 frames (aka. samples) instead of seconds, you should use Signal__get_window_frames()

Definition in file Signal__get_window.m.

Function Documentation

◆ Signal__get_window()

function Signal__get_window ( in  Signal,
in  startT,
in  endT 
)
Parameters
Signalthe signal you want to take a portion of.
startTthe start time (s)
endTthe end time (s)
Return values
Signalson signal
Attention
SEE ALSO:
  • Signal__get_window_frames
  • Signal__get_offset
Author
Copyright Frank Villaro-Dixon, 2014