extract_boundary_pulse: Extract boundary points for each pulse

Description Usage Arguments

View source: R/extract_boundary.R

Description

Extract boundary points for each pulse

Usage

1
2
extract_boundary_pulse(spectrogram, threshold_amplitude = 10,
  min_peak_amplitude = 30, amplitude_step = 5)

Arguments

spectrogram

a soundSpectrogram object

threshold_amplitude

relevant regions have an amplitude above the threshold_amplitude. Defaults to 10 dB.

min_peak_amplitude

the maximum amplitude in a relevant region must be above min_peak_amplitude. Defaults to 30 dB.

amplitude_step

the step size in which the threshold amplitude is increased. Defaults to 5 dB.


ThierryO/soundcluster documentation built on May 26, 2019, 12:30 a.m.