BioSignalPi  v2
Functions
hrvanalysis.h File Reference

Collection of functions used to interact with the Matlab Coder generated HRV-functions. More...

#include "HRV/rtwtypes.h"
#include "HRV/timeDomainHRV.h"
#include "HRV/rt_nonfinite.h"
#include "HRV/timeDomainHRV_types.h"
#include "HRV/freqDomainHRV.h"
#include "HRV/freqDomainHRV_types.h"
#include <QVector>
Include dependency graph for hrvanalysis.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

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...
 

Detailed Description

Collection of functions used to interact with the Matlab Coder generated HRV-functions.

Todo:
add the ability to use a DataStream object as input for the HRV-functions.

Definition in file hrvanalysis.h.