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

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)
 

Detailed Description

Plots a signal: value vs time, between startT and entT. Signal_plot(sig); Signal_plot(sig, start); Signal_plot(sig, start, end);.

Attention
NOTA BENE: if you want to display a bulk signal instead, use Bulk_plot(Bulk);

Definition in file Signal_plot.m.

Function Documentation

◆ Signal_plot()

function Signal_plot ( in  Signal,
in  startT,
in  endT 
)
Parameters
Signalthe sigal to plot
startTthe start time, in frames (optional)
endTthe end time, or 0 if all the signal (optional)
Author
Copyright Frank Villaro-Dixon, 2014