Wavelet Toolbox
  Go to function:
    Search    Help Desk 
wdatamgr    Examples   See Also

Manager for data structure.

Syntax

Description

wdatamgr is a tree management utility.

[OUT1,OUT2] = wdatamgr(O,D,IN3,IN4,IN5) where D is the data structure and O is a string option. The possible options are:

'write_cfs': writes coefficients for a terminal node
data = wdatamgr('write_cfs',data,tree,node,coefs);

'read_cfs': reads coefficients for a terminal node
coefs = wdatamgr('read_cfs',data,tree,node);

'read_ent': reads the entropy vector
ent = wdatamgr('read_ent',data,nodes);

'read_ento': reads the optimal entropy vector
ento = wdatamgr('read_ento',data,nodes);

'read_tp_ent': reads the type and the parameter for entropy
[type_ent,param] = wdatamgr('read_tp_ent',data);

'read_wave': reads the name of the wavelet
wave = wdatamgr('read_wave',data);

Examples

See Also

wpdec, wpdec2, wtreemgr

[ Previous | Help Desk | Next ]