[R] wavlet transform

2010-08-06 Thread buburumka
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

[R] wavlet transform

2010-08-04 Thread buburumka
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/