Learn R Programming

PAMpal (version 1.4.4)

standardCepstrumCalcs: Calculate a Set of Measurements from a Cepstrum Contour

Description

Calculate a set of measurements from a cepstrum contour. This is currently used to measure the inter-click interval of the burst pulse type calls

Usage

standardCepstrumCalcs(data)

Value

A list with inter-click interval (ici), duration (seconds), and slope of the ici

Arguments

data

a list that must have quefrency the "quefrency" at each cepstrum contour, sr the sample rate of the data, and time the time in seconds at each bin

Author

Taiki Sakai taiki.sakai@noaa.gov

Examples

Run this code

data(testCeps)
standardCepstrumCalcs(testCeps)

Run the code above in your browser using DataLab