standardCepstrumCalcs: Calculate a Set of Measurements from a Cepstrum Contour

View source: R/standardCepstrumCalcs.R

standardCepstrumCalcsR 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)


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