Description Usage Value Analysis options Segment settings Time domain settings Frequency domain settings Standard frequency bands Custom frequency bands General spectrum parameters Geometric settings Nonlinear settings
Return a list of lists, containing default analysis settings.
1 |
A list with default analysis settings.
Perform time-domain analyses. Default is TRUE.
Perform frequency-domain analyses. Default is TRUE.
Perform geometric analyses. Default is TRUE.
Perform nonlinear analyses. Default is TRUE.
Segment length in seconds. Default is 300
Segment overlap in seconds. Default is 0
A list of the time domain HRV metrics that should be analyzed. The default is c("mean", "meanhr", "rmssd", "var", "stdev", "pnnx")
A list indicating which pNNx values should be analysed. The default is c(50), so that the pNN50 is analyzed.
A list of the frequency domain metrics that should be analyzed. The default is c("standard") and if some custom bands are added, this must be set to c("standard", "custom").
String used to prefix the standard VLF, LF and HF bands. Default is c("")
VLF band limits. Default is c(0.00, 0.04)
LF band limits. Default is c(0.04, 0.15)
HF band limits. Default is c(0.15, 0.40)
A list of names with the custom frequency bands. E.g. c("custom1", "custom2")
Lower limits for the custom frequency bands, in order, e.g., c(0.1, 0.2)
Upper limits for the custom frequency bands, in order, e.g., c(0.3, 0.5)
A list giving the upper and lower limits for frequency estimation. The default is c(0, 0.4)
Boolean indicating whether the spectrum should be demeaned. Default is TRUE.
The type of spectrum normalization to be use. Possible values are 'variance' and 'none' (default).
Boolean indicating whether the spectrum should be smoothed. Default is FALSE.
String giving the smoothing kernel. Default is "daniell".
Degree of smoothing. Default is 5.
Lomb-Scargle oversampling factor.
Lomb-Scargle hifac. Frequencies are estimated up until hifac * average sampling frequency.
A list of geometric metrics. Default is c("sd1", "sd2", "triangular.index", "tinn").
Bin width for the triangular index. Default is 128.
Bin width for the TINN metric. Default is 128.
A list of nonlinear metrics. Default is c("sampen", "apen") for both Sample Entropy and Approximate Entropy.
The embedding dimension. Default is 2.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.