Learn R Programming

RSEIS (version 3.7-4)

pwlet2freqs: Convert Wavelet Axis to Frequency

Description

Convert Wavelet Axis to Frequency

Usage

pwlet2freqs(noctave, nvoice, dt, flip = TRUE,
tab.FREQ, plot = FALSE, perc = 0.85)

Arguments

noctave

number of octives

nvoice

number of voices

dt

sample rate (s)

flip

logical, whether to flip the orientation

tab.FREQ

vector of frequencies

plot

logical, TRUE=add to plot

perc

percent of range to consider

Value

list:

why

y-axis coordinate on wavelet transform

Iat

location

efs

frequencies

Details

This function is used to add a y-axis to a wavelet transform plot.

See Also

wlet.do

Examples

Run this code
# NOT RUN {
pfreqs <- c(0.5, 1, 2,3,4,5, 10, 14)

zp <- pwlet2freqs(noctave= 6, nvoice= 20, 0.004,
 flip = TRUE, pfreqs, plot = FALSE, perc = 0.85)
  
# }

Run the code above in your browser using DataLab