method returns WT info structure from object $Id: wtinfo.m,v 1.1 2004/11/18 18:43:59 matthewbrett Exp $
0001 function wti = wtinfo(obj) 0002 % method returns WT info structure from object 0003 % 0004 % $Id: wtinfo.m,v 1.1 2004/11/18 18:43:59 matthewbrett Exp $ 0005 0006 wti = struct('scales', obj.scales, ... 0007 'wavelet', obj.wavelet, ... 0008 'wtprefix', obj.options.wtprefix);