maad_temporal_median: Compute the temporal envelope median using scikit-maad

View source: R/scikit-maad-indices.R

maad_temporal_medianR Documentation

Compute the temporal envelope median using scikit-maad

Description

For addition documentation see https://scikit-maad.github.io/generated/maad.features.temporal_median.html.

Usage

maad_temporal_median(wave, mode = "fast", Nt = 512, maad = NULL)

Arguments

wave

A Wave object.

mode

Mode of the envelope calculation. Can be "fast" or "hilbert".

Nt

Size of each frame. The largest, the highest is the approximation.

maad

An optional maad object. If not provided, one will be created using getMaad().

Value

Numeric median of the envelope.


edwbaker/SonicScrewdriveR documentation built on June 10, 2025, 3:15 a.m.