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

ECG_aqn_variable gets an ECG signal from a variable. More...

Go to the source code of this file.

Functions

function ECG_aqn_variable (in ECG, in ECG2, in sampRate)
 

Detailed Description

ECG_aqn_variable gets an ECG signal from a variable.

Attention
USAGE: If you've got the signal from the 2 electrodes, you must call the function like that: ECG_aqn_variable(electrode1, electrode2, sampRate); If, however, the difference was already calculated by your device, you can call the function that way: ECG_aqn_variable(electrodesDiff, sampRate);

Definition in file ECG_aqn_variable.m.

Function Documentation

◆ ECG_aqn_variable()

function ECG_aqn_variable ( in  ECG,
in  ECG2,
in  sampRate 
)
Parameters
ECG[1xN]: the ECG signal
ECG2[1xN]: the other pair ECG signal (optional if difference already calc.)
sampRate[1x1]: the sampling rate, in Hz
Return values
SignalAn ECG TEAP signal
Author
Copyright Frank Villaro-Dixon, 2014