wt_signal_level | R Documentation |
Signal level uses amplitude and frequency thresholds in order to detect a signal.
wt_signal_level(
path,
fmin = 500,
fmax = NA,
threshold,
channel = "left",
aggregate = NULL
)
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 |
A list object containing the following four elements: output (dataframe), aggregated (boolean), channel (character), and threshold (numeric)
## Not run:
df <- wt_signal_level(path = "")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.