roccaWhistleCalcs: Calculate a Set of Measurements for Whistles

View source: R/roccaWhistleCalcs.R

roccaWhistleCalcsR Documentation

Calculate a Set of Measurements for Whistles

Description

Calculate a set of measurements from a whistle contour. All calculations following ROCCA method from Julie and Michael Oswald, as implemented in Pamguard and detailed in Oswald et al (2007) <doi:10.1121/1.2743157>

Usage

roccaWhistleCalcs(data)

Arguments

data

a list that must have freq the whistle contour stored as a vector of FFT bin frequencies in hertz, and time the time in seconds at each bin.

Value

A list with 50 calculated ROCCA parameters, each item in the list will only have 1 entry so that this can easily be converted to a data frame.

Author(s)

Taiki Sakai taiki.sakai@noaa.gov

Examples


data(testWhistle)
roccaWhistleCalcs(testWhistle)


PAMpal documentation built on Aug. 12, 2023, 1:06 a.m.