Learn R Programming

PAMpal (version 1.4.4)

roccaWhistleCalcs: 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)

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.

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.

Author

Taiki Sakai taiki.sakai@noaa.gov

Examples

Run this code

data(testWhistle)
roccaWhistleCalcs(testWhistle)

Run the code above in your browser using DataLab