pwlet2freqs | R Documentation |
Convert Wavelet Axis to Frequency
pwlet2freqs(noctave, nvoice, dt, flip = TRUE,
tab.FREQ, plot = FALSE, perc = 0.85)
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 |
This function is used to add a y-axis to a wavelet transform plot.
list:
why |
y-axis coordinate on wavelet transform |
Iat |
location |
efs |
frequencies |
Jonathan M. Lees<jonathan.lees.edu>
wlet.do
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.