standardCepstrumCalcs {PAMpal}R Documentation

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)

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

Value

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

Author(s)

Taiki Sakai taiki.sakai@noaa.gov

Examples


data(testCeps)
standardCepstrumCalcs(testCeps)


[Package PAMpal version 1.0.0 Index]