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

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

Go to the source code of this file.

Functions

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

Detailed Description

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

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

Definition in file Signal_plot1D.m.

Function Documentation

◆ Signal_plot1D()

function Signal_plot1D ( 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