fd.psd: Power Spectral Density Slope (PSD).

Description Usage Arguments Details Value Author(s) References See Also Examples

View source: R/fdpsd.R

Description

Estimate Alpha, Hurst Exponent and Fractal Dimension through log-log slope.

Usage

1
2
3
## S3 method for class 'psd'
fd(y, fs = NULL, normalize = TRUE, dtrend = TRUE,
  plot = FALSE)

Arguments

y

A numeric vector or time series object.

normalize

Normalize the series (default).

plot

Return the log-log spectrum with linear fit (default).

detrend

Subtract linear trend from the series (default).

Details

Calls function SDF to estimate the scaling exponent of a timeseries based on the periodogram frequency spectrum. After detrending and normalizing the signal (if requested), SDF is called using a Tukey window (raised cosine taper).

A line is fitted on the periodogram in log-log coordinates. Two fit-ranges are used: The 25% lowest frequencies and the Hurvich-Deo estimate (HDEst).

Value

A list object containing:

Author(s)

Fred Hasselman

References

Hasselman, F. (2013). When the blind curve is finite: dimension estimation and model inference based on empirical waveforms. Frontiers in Physiology, 4, 75. http://doi.org/10.3389/fphys.2013.00075

See Also

Other FD estimators: fd.dfa, fd.sda

Examples

1
fd.psd(rnorm(2048), plot = TRUE)

FredHasselman/nlRtsa documentation built on May 6, 2019, 5:07 p.m.