Usage
CalculateFracDim(HRVData, indexNonLinearAnalysis = -1, m = 10, tau = 3, Cra = 0.005, Crb = 0.75, N = 1000, verbose=FALSE)
Arguments
HRVData
Data structure that stores the beats register and information related to it
indexNonLinearAnalysis
Reference to the data structure that will contain the non linear analysis
m
Value of the dimension of the expansion of data
tau
Delay of the expansion of data
Cra
Minimum value of correlation for calculating Fractal Dimension
Crb
Maximum value of correlation for calculating Fractal Dimension
N
Number of points of the portion of signal to be analyzed
verbose
Deprecated argument maintained for compatibility, use SetVerbose() instead