View source: R/PlotWaveCoeff.R
PlotWaveCoeff | R Documentation |
Spike-plot display of wavelet coefficients
PlotWaveCoeff(wc, L, scal)
wc |
1-d wavelet transform. |
L |
level of coarsest scale. |
scal |
scale factor (0 ==> autoscale). |
A display of wavelet coefficients (coarsest level NOT included) by level and position.
FWT_PO
, IWT_PO
, PlotSpikes
.
x <- MakeSignal('Ramp', 128)
qmf <- MakeONFilter('Daubechies', 10)
L <- 3
scal <- 1
wc <- FWT_PO(x, L, qmf)
PlotWaveCoeff(wc,L,scal)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.