Hello
I wrote this simple code
lev=8;
wname='d8';
dec=dwt(ld, filter=wname, n.levels=lev, boundary="periodic", fast=TRUE);
i_ld=idwt(dec);
before
http://r.789695.n4.nabble.com/file/n2316043/1.png 1.png
after
http://r.789695.n4.nabble.com/file/n2316043/2.png 2.png
I don't
Hello
I do wavelet transform by using this code:
dec=dwt(ld, filter='d8', n.levels=lev, boundary="reflaction");
dec consists of the decomposition coefficients and other
How can I change the coefficients the decomposition manualy?
--
View this message in context:
http://r.789695.n4.nabble.com/
Hello
dec=dwt(ld, filter='d8', n.levels=lev, boundary="reflaction");
dwt is an function which returns W, V, filter
dec is an object which consist of W, V, filter and others
How to change values (of W, V, filter...) when i have dec
thank you!
--
View this message in context:
http://r.789695
3 matches
Mail list logo