returns string describing wavelet $Id: descrip.m,v 1.2 2005/06/05 04:42:22 matthewbrett Exp $
0001 function str = descrip(w) 0002 % returns string describing wavelet 0003 % 0004 % $Id: descrip.m,v 1.2 2005/06/05 04:42:22 matthewbrett Exp $ 0005 0006 str = sprintf('%s - dim divisor %d', class(w), w.dim_div);