Home > phiwave > @phiw_wvimg > wtinfo.m

wtinfo

PURPOSE ^

method returns WT info structure from object

SYNOPSIS ^

function wti = wtinfo(obj)

DESCRIPTION ^

 method returns WT info structure from object
 
 $Id: wtinfo.m,v 1.1 2004/11/18 18:43:59 matthewbrett Exp $

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

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);

Generated on Wed 06-Jul-2005 18:07:21 by m2html © 2003