analyse_frequencydomain: Frequency-domain HRV analysis.

Description Usage Arguments Value See Also

Description

Frequency-domain HRV analysis.

Usage

1
analyse_frequencydomain(metric.list, ibi, t.ibi, settings)

Arguments

metric.list

A list of frequency-domain metrics as strings.

ibi

A vector with the interbeat intervals (IBIs).

t.ibi

A vector with the times of occurrence of the interbeat intervals (IBIs).

settings

The settings structure used for HRV analysis with the following fields:

$frequencydomain$parameters$demean

Should the mean be subtraced from the spectrum. Default is TRUE.

$frequencydomain$parameters$smooth

Should the spectrum be smoothed. Default is FALSE.

$frequencydomain$parameters$smooth.kernel

The smoothing kernel. The default is to use a 'daniell' kernel.

$frequencydomain$parameters$smooth.degree

The degree of smoothing. Default is 5.

$frequencydomain$parameters$normalization

How to normalize the spectrum. Possible values are 'variance' (default) and 'none'.

Value

A list with the values of the metrics.

See Also

Other HRV frequency-domain: analyse_frequencydomain_helper, ibi_band_custom, ibi_band_standard, lombscargle


bwrc/colibri documentation built on May 13, 2019, 9:10 a.m.