find_pulses: Find the location of possible pulses in a spectrogram

Description Usage Arguments Examples

Description

Find the location of possible pulses in a spectrogram

Usage

1
find_pulses(spectrogram, min.contour = 10, min.peak = 20)

Arguments

spectrogram

The spectrogram

min.contour

The minimum amplitude of the pulse

min.peak

Take only contour into account with a maximum amplitude of at least min.peak

Examples

1
2
3
4
5
 wav <- read_wav(
   system.file("demo_wav/leislers.wav", package = "rhinolophus")
 )
 spectrogram <- wav2spectrogram(wav)
 find_pulses(spectrogram)

ThierryO/rhinolophus documentation built on May 9, 2019, 4:42 p.m.