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

EMG_aqn_variable gets an EMG signal from a variable USAGE: If you've got the signal from the 2 electrodes, you must call the function like that: More...

Go to the source code of this file.

Functions

function EMG_aqn_variable (in EMG, in EMG2, in sampRate)
 

Detailed Description

EMG_aqn_variable gets an EMG signal from a variable USAGE: If you've got the signal from the 2 electrodes, you must call the function like that:

EMG_aqn_variable(electrode1, electrode2, sampRate);

If, however, the difference was already calculated by your device, you can call the function that way:

EMG_aqn_variable(electrodesDiff, sampRate);

Definition in file EMG_aqn_variable.m.

Function Documentation

◆ EMG_aqn_variable()

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