Usage
CalculatePowerBand(HRVData, indexFreqAnalysis = -1, size, shift, sizesp = 1024, scale = "linear", ULFmin = 0, ULFmax = 0.03, VLFmin = 0.03, VLFmax = 0.05, LFmin = 0.05, LFmax = 0.15, HFmin = 0.15, HFmax = 0.4, verbose=FALSE)
Arguments
HRVData
Data structure that stores the beats register and information related to it
indexFreqAnalysis
Reference to the data structure that will contain the variability analysis
size
Size of window for calculating spectrogram (seconds)
shift
Displacement of window for calculating spectrogram (seconds)
sizesp
Seconds for calculating spectrogram (zero padding)
scale
Scale used to plot spectrogram, linear or logarithmic
ULFmin
Lower limit ULF band
ULFmax
Upper limit ULF band
VLFmin
Lower limit VLF band
VLFmax
Upper limit VLF band
verbose
Deprecated argument maintained for compatibility, use SetVerbose() instead