|
TEAP (Toolbox for Emotion Analysis using Physiological Signals) doc
|
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) |
ECG_aqn_variable gets an ECG signal from a variable.
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 ECG_aqn_variable | ( | in | ECG, |
| in | ECG2, | ||
| in | sampRate | ||
| ) |
| ECG | [1xN]: the ECG signal |
| ECG2 | [1xN]: the other pair ECG signal (optional if difference already calc.) |
| sampRate | [1x1]: the sampling rate, in Hz |
| Signal | An ECG TEAP signal |