Skip to contents

Fits log10(psd) ~ log10(f) on positive bins; with slope -beta, returns the 1/f fractal dimension (5 - beta) / 2. Falls back to 1.5 (Brownian) when fewer than two valid bins exist.

Usage

morie_dsp_fractal_dim_psd(psd, freqs)

Arguments

psd

PSD vector.

freqs

Matching frequency vector.

Value

Scalar fractal dimension.

References

Rangayyan & Krishnan (2015), Ch. 6, sec. 6.8; Eke et al. (2002).