wt_signal_level: Get signals from specific windows of audio

wt_signal_levelR Documentation

Get signals from specific windows of audio

Description

Signal level uses amplitude and frequency thresholds in order to detect a signal.

Usage

wt_signal_level(
  path,
  fmin = 500,
  fmax = NA,
  threshold,
  channel = "left",
  aggregate = NULL
)

Arguments

path

The path to the wav file

fmin

The frequency minimum

fmax

The frequency maximum

threshold

The desired threshold

channel

Choose "left" or "right" channel

aggregate

Aggregate detections by this number of seconds, if desired

Value

A list object containing the following four elements: output (dataframe), aggregated (boolean), channel (character), and threshold (numeric)

Examples

## Not run: 
df <- wt_signal_level(path = "")

## End(Not run)


mabecker89/wildRtrax documentation built on Feb. 5, 2024, 8:50 a.m.