Parkinson's freezing-of-gait pipeline (freeze index)
Source:R/pipelines-population.R
pipelinePDfog.RdDetects freezing of gait (FOG) from a windowed spectral freeze index: the
ratio of power in the freeze band (default 3-8 Hz) to power in the locomotor
band (default 0.5-3 Hz) of an accelerometer signal (Moore et al. 2008;
Bachlin et al. 2010). A window is flagged as FOG when the freeze index exceeds
fi_threshold and the band power exceeds power_threshold (excluding rest).
Arguments
- accel
Accelerometer signal (e.g. shank/trunk vertical or resultant).
- sampling_rate
Sampling rate in Hz.
- window_sec, step_sec
Sliding-window length and step (seconds).
- freeze_band, locomotor_band
Frequency bands (Hz).
- fi_threshold
Freeze-index threshold for FOG (default 2).
- power_threshold
Minimum band power for a window to be considered (excludes rest).
NULLuses the 10th percentile of windowed band power as a quiet-baseline floor (robust to a loud walking bout, unlike a maximum-relative gate); pass a fixed absolute value if the sensor units are known.