Displaying 1 result from an estimated 1 matches for "trecon".
Did you mean:
recon
1999 May 20
1
Wavethresh + accessC > Error: wd.structure has no class
...help for the threshold
function),
#
# Do a 1D decomposition
#
tdecomp <- wd(test.data)
#
# Threshold it
#
tdecomp.thresh <- threshold(tdecomp)
#
# Reconstruct from the thresholded coefficients
#
trecons <- wr(tdecomp.thresh)
#
# Plot the reconstructed function
#
plot(accessC(trecons))
I receive the following reply:
Error: wd.structure has no class
Does anybody know what the problem is ?
Best,
Costas
--
------------------------------------------------------...