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

Computes BPM and IBI from a list of pics Author: Guillaume Chanel. More...

Go to the source code of this file.

Functions

function PICtoBPM (in listePic, in fe)
 

Detailed Description

Computes BPM and IBI from a list of pics Author: Guillaume Chanel.

Definition in file PICtoBPM.m.

Function Documentation

◆ PICtoBPM()

function PICtoBPM ( in  listePic,
in  fe 
)
Parameters
listePiclist of samples containing a pic
fesampling frequency
Return values
bpmbeat per minuts
delta_tInterbeat intervals (IBI)
sample(possibly 1/2 samples) at which the IBI is computed, this is in fact the average of the start and end beats samples (i.e. the HR considered to lies inbetween the two beats).
Author
Guillaume Chanel