|
BioSignalPi
v2
|
Classes and Functions used for HRV-Analysis. More...
Files | |
| file | hrvanalysis.h |
| Collection of functions used to interact with the Matlab Coder generated HRV-functions. | |
Classes | |
| class | ConvertEcgToIbi |
| Converts textfile with ECG-data into IBI file. More... | |
Functions | |
| int | QRSDet (int, int) |
| QRSDet Function used for the QRS-detection. More... | |
| void | performTimeDomainHrv (const QVector< double > *ibiData, struct0_T *output) |
| Performs the Statistical Time Domain calculations for HRV Analysis. More... | |
| void | performFreqDomainHrv (const QVector< double > *ibiData, const QVector< double > *timeData, structFreq_T *output) |
| Performs calculations for Frequency Domain HRV Analysis. More... | |
Classes and Functions used for HRV-Analysis.
| void performFreqDomainHrv | ( | const QVector< double > * | ibiData, |
| const QVector< double > * | timeData, | ||
| structFreq_T * | output | ||
| ) |
Performs calculations for Frequency Domain HRV Analysis.
| [in] | ibiData | QVector containing double with ibi information. |
| [in] | timeData | QVector containing double with time information. |
| [out] | output | struct0_T containing the calculated metrics needed to plot a Lomb-periodogram |
Add Ectopic Intervall Detection and Ectopic Interval Correction for the ibiData
Add Detrend for the ibiData
Definition at line 62 of file hrvanalysis.cpp.


| void performTimeDomainHrv | ( | const QVector< double > * | ibiData, |
| struct0_T * | output | ||
| ) |
Performs the Statistical Time Domain calculations for HRV Analysis.
| [in] | ibiData | QVector containing double with ibi information. |
| [out] | output | struct0_T containing all the calculated metrics |
Definition at line 34 of file hrvanalysis.cpp.


| int QRSDet | ( | int | , |
| int | |||
| ) |
QRSDet Function used for the QRS-detection.

1.8.11