powered by
Convert Wavelet Axis to Frequency
pwlet2freqs(noctave, nvoice, dt, flip = TRUE, tab.FREQ, plot = FALSE, perc = 0.85)
number of octives
number of voices
sample rate (s)
logical, whether to flip the orientation
vector of frequencies
logical, TRUE=add to plot
percent of range to consider
list:
y-axis coordinate on wavelet transform
location
frequencies
This function is used to add a y-axis to a wavelet transform plot.
wlet.do
# 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