powered by
Spike-plot display of wavelet coefficients
PlotWaveCoeff(wc, L, scal)
1-d wavelet transform.
level of coarsest scale.
scale factor (0 ==> autoscale).
A display of wavelet coefficients (coarsest level NOT included) by level and position.
FWT_PO, IWT_PO, PlotSpikes.
FWT_PO
IWT_PO
PlotSpikes
# NOT RUN { x <- MakeSignal('Ramp', 128) qmf <- MakeONFilter('Daubechies', 10) L <- 3 scal <- 1 wc <- FWT_PO(x, L, qmf) PlotWaveCoeff(wc,L,scal) # }
Run the code above in your browser using DataLab