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 calculations (seconds)
shift: Displacement of window for calculations (seconds)
sizesp: Points for calculation (zero padding). If the user does not specify it, the function estimates a propper value.
ULFmin: Lower limit ULF band
ULFmax: Upper limit ULF band
VLFmin: Lower limit VLF band
VLFmax: Upper limit VLF band
LFmin: Lower limit LF band
LFmax: Upper limit LF band
HFmin: Lower limit HF band
HFmax: Upper limit HF band
scale: Deprecated argument
verbose: Deprecated argument maintained for compatibility, use SetVerbose() instead
type: Type of analysis used to calculate the spectrogram. Possible options are "fourier" or "wavelet"
wavelet: Mother wavelet used to calculate the spectrogram when a wavelet-based analysis is performed. The available wavelets are: "haar" wavelet; least asymmetric Daubechies wavelets of width 8 ("la8"), 16 ("la16") and 20 ("la20") samples; extremal phase Daubechies of width 4 ("d4"), 6 ("d6"), 8 ("d8") and 16 ("d16") samples; best localized wavelets of width 14 ("bl14") and 20 (" bl20") samples; Fejer-Korovkin wavelets of width 4 ("fk4"), 6 ("fk6"), 8 ("fk8"), 14("fk14") and 22 ("fk22") samples; minimum bandwidth wavelets of width 4 ("mb4"), 8 ("mb8"), 16 ("mb16") and 24 ("mb24"); and the biorthogonal wavelet "bs3.1"
bandtolerance: Maximum error allowed when a wavelet-based analysis is performed. It can be specified as a absolute or a relative error depending on the "relative" parameter value
relative: Logic value specifying which kind of bandtolerance shall be used (relative or absolute). The relative tolerance takes into account the width of each of the intervals of interest.
Returns
Returns HRVData, the structure that contains beat positions register, associated heart rate instantaneous values, filtered heart rate signal equally spaced, and the analysis structure including spectral power at different bands of the heart rate signal
References
L. Rodriguez-Linares, L., A.J. Mendez, M.J. Lado, D.N. Olivieri, X.A. Vila, and I. Gomez-Conde, "An open source tool for heart rate variability spectral analysis", Computer Methods and Programs in Biomedicine 103(1):39-50, july 2011.
Author(s)
M. Lado, A. Mendez, D. Olivieri, L. Rodriguez, X. Vila
Note
An example including all the necessary steps to obtain the power
bands of a wfdb register is giving below:
##Reading a wfdb register and storing into a data structure: