|
TEAP (Toolbox for Emotion Analysis using Physiological Signals) doc
|
Plots a signal: value vs time, between startT and entT. Signal_plot(sig); Signal_plot(sig, start); Signal_plot(sig, start, end);.
More...
Go to the source code of this file.
Functions | |
| function | Signal_plot (in Signal, in startT, in endT) |
Plots a signal: value vs time, between startT and entT. Signal_plot(sig); Signal_plot(sig, start); Signal_plot(sig, start, end);.
Definition in file Signal_plot.m.
| function Signal_plot | ( | in | Signal, |
| in | startT, | ||
| in | endT | ||
| ) |
| Signal | the sigal to plot |
| startT | the start time, in frames (optional) |
| endT | the end time, or 0 if all the signal (optional) |