# Created by Octave 3.8.2, Thu Oct 09 19:52:07 2014 UTC <root@rama>
# name: cache
# type: cell
# rows: 3
# columns: 17
# name: <cell-element>
# type: sq_string
# elements: 1
# length: 17
depthIndex2NodeNo


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 164
 -- Function: depthIndex2NodeNo
      find ordered nodes at depth d-1
     *Url*:
     <http://ltfat.sourceforge.net/doc/wavelets/wfbtmanip/depthIndex2NodeNo.php>




# name: <cell-element>
# type: sq_string
# elements: 1
# length: 80
 find ordered nodes at depth d-1
   *Url*:
<http://ltfat.sourceforge.net/doc/wav



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 13
nat2freqOrder


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 914
 -- Function: nat2freqOrder
     NAT2FREQORDER Natural To Frequency Ordering
        Usage:  wt = nat2freqOrder(wt);

        Input parameters:
              wt    : Structure containing description of the filter tree.

        Output parameters:
              wt    : Structure containing description of the filter tree.

        NAT2FREQORDER(wt) Creates new wavelet filterbank tree definition
        with permuted order of some filters for purposes of the correct frequency
        ordering of the resultant identical filters and coefficient subbands.
        For definition of the structure see WFBINIT and DTWFBINIT.

        NAT2FREQORDER(wt,nodes) does the same but works only with nodes
        listed in nodes.

        REMARK: The function is self invertible.


     *Url*:
     <http://ltfat.sourceforge.net/doc/wavelets/wfbtmanip/nat2freqOrder.php>

     See also: wfbtinit, wfbtmultid, nodebforder.




# name: <cell-element>
# type: sq_string
# elements: 1
# length: 78
NAT2FREQORDER Natural To Frequency Ordering
   Usage:  wt = nat2freqOrder(wt);



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 11
nodeBForder


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 650
 -- Function: nodeBForder
     NODEBFORDER Nodes in the Breadth-First search order
       Usage:  nodesIdxs = nodeBForder(nodeNo,wt)

        Input parameters:
              nodeNo : Id of a node.
              wt     : Structure containing description of the filter tree.

        Output parameters:
              nodesIdxs   : Node indexes in the Breadth-First search order.

        NODEBFORDER(nodeNo,wt) For definition of the structure see
        wfbinit. nodeNo defaults to the root node if it is empty or equal
        to 0.



     *Url*:
     <http://ltfat.sourceforge.net/doc/wavelets/wfbtmanip/nodeBForder.php>

     See also: wfbtinit.




# name: <cell-element>
# type: sq_string
# elements: 1
# length: 80
NODEBFORDER Nodes in the Breadth-First search order
  Usage:  nodesIdxs = nodeBF



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 17
nodeSubtreeDelete


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 434
 -- Function: nodeSubtreeDelete
     DELETESUBTREE Removes subtree with root node
        Usage:  wt = nodeSubtreeDelete(nodeNo,wt)

        Input parameters:
              nodeNo   : Node index.
              wt       : Structure containing description of the filter tree.

        Output parameters:
              wt       : Modified wt.
     *Url*:
     <http://ltfat.sourceforge.net/doc/wavelets/wfbtmanip/nodeSubtreeDelete.php>




# name: <cell-element>
# type: sq_string
# elements: 1
# length: 80
DELETESUBTREE Removes subtree with root node
   Usage:  wt = nodeSubtreeDelete(n



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 12
nodesFiltUps


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 622
 -- Function: nodesFiltUps
     NODEFILTUPS  Node upsamplig factor
        Usage:  upsNo = nodesFiltUps(nodeNo,wt)

        Input parameters:
              wt  : Structure containing description of the filter tree.

        Output parameters:
              upsNo : Accumulated upsampling factor along path to root.

        NODESFILTUPS(wt) Returns upsampling factor, which can be used to
        upsample the node filters using the a-trous algorithm.
        For definition of the structure see WFBINIT.


     *Url*:
     <http://ltfat.sourceforge.net/doc/wavelets/wfbtmanip/nodesFiltUps.php>

     See also: wfbtinit.




# name: <cell-element>
# type: sq_string
# elements: 1
# length: 77
NODEFILTUPS  Node upsamplig factor
   Usage:  upsNo = nodesFiltUps(nodeNo,wt)



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 10
nodesInLen


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 765
 -- Function: nodesInLen
     NODESINLEN Length of the node input signal
        Usage:  L = nodesInLen(nodeNo,inLen,doExt,treeStruct);

        Input parameters:
              nodeNo     : Node index.
              inLen      : Filter thee input signal length.
              doNoExt    : Expansive representation indicator.
              wt         : Structure containing description of the filter tree.

        Output parameters:
              Lin        : Length of the node input signal

        NODESINLEN(nodeNo,inLen,doExt,treeStruct) return length of the input
        signal of the node nodeNo. For definition of the structure see wfbinit.


     *Url*:
     <http://ltfat.sourceforge.net/doc/wavelets/wfbtmanip/nodesInLen.php>

     See also: wfbtinit.




# name: <cell-element>
# type: sq_string
# elements: 1
# length: 80
NODESINLEN Length of the node input signal
   Usage:  L = nodesInLen(nodeNo,inLe



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 16
nodesLocOutRange


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 650
 -- Function: nodesLocOutRange
     NODESLOCOUTRANGE Node output index range of the terminal outputs
        Usage:  outRange = nodesLocOutRange(nodeNo,wt);

        Input parameters:
              nodeNo     : Node index.
              wt : Structure containing description of the filter tree.

        Output parameters:
              noOut      : Index range.

        NODESLOCOUTRANGE(nodeNo,wt) Return range of indexes of the
        terminal outputs of the node nodeNo. For definition of the structure
        see wfbinit.


     *Url*:
     <http://ltfat.sourceforge.net/doc/wavelets/wfbtmanip/nodesLocOutRange.php>

     See also: wfbtinit.




# name: <cell-element>
# type: sq_string
# elements: 1
# length: 80
NODESLOCOUTRANGE Node output index range of the terminal outputs
   Usage:  outR



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 11
nodesMultid


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 714
 -- Function: nodesMultid
     NODESMULTID Filter tree multirate identity filterbank
        Usage:  [g,a]=nodesMultid(wtPath,rangeLoc,rangeOut,wt);

        Input parameters:
              wtPath   : Indexes of nodes to be processed in that order.
              rangeLoc : Idxs of each node terminal outputs. Length
                         cell array of vectors.
              rangeOut : Output subband idxs of each node terminal outputs.
              wt       : Filter-Tree defining structure.

        Output parameters:
              g   : Cell array containing filters
              a   : Vector of subsampling factors
     *Url*:
     <http://ltfat.sourceforge.net/doc/wavelets/wfbtmanip/nodesMultid.php>




# name: <cell-element>
# type: sq_string
# elements: 1
# length: 80
NODESMULTID Filter tree multirate identity filterbank
   Usage:  [g,a]=nodesMult



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 11
nodesOutLen


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 862
 -- Function: nodesOutLen
     NODESOUTLEN Length of the node output
        Usage:  Lc = nodesOutLen(nodeNo,inLen,doExt,wt);

        Input parameters:
              nodeNo     : Node index(es).
              inLen      : Filter thee input signal length.
              outRange   : Cell array. Each element is a vector of local out.
              indexes.
              doNoExt    : Expansive representation indicator.
              wt         : Structure containing description of the filter tree.

        Output parameters:
              Lin        : Length of the node input signal

        NODESOUTLEN(nodeNo,inLen,doExt,treeStruct) return length of the input
        signal of the node nodeNo. For definition of the structure see wfbinit.


     *Url*:
     <http://ltfat.sourceforge.net/doc/wavelets/wfbtmanip/nodesOutLen.php>

     See also: wfbtinit.




# name: <cell-element>
# type: sq_string
# elements: 1
# length: 80
NODESOUTLEN Length of the node output
   Usage:  Lc = nodesOutLen(nodeNo,inLen,d



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 13
nodesOutRange


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 731
 -- Function: nodesOutRange
     NODESOUTRANGE Index range of the outputs
        Usage:  outRange = nodesOutRange(nodeNo,treeStruct);

        Input parameters:
              nodeNo     : Node index.
              wt         : Structure containing description of the filter tree.

        Output parameters:
              outRange   : Subband idx range.

        NODESOUTRANGE(nodeNo,wt) Returns index range in the global
        tree subbands associated with node nodeNo. Empty matrix is returned if
        node has all outputs connected do children nodes. For definition of the
        structure see wfbinit.


     *Url*:
     <http://ltfat.sourceforge.net/doc/wavelets/wfbtmanip/nodesOutRange.php>

     See also: wfbtinit.




# name: <cell-element>
# type: sq_string
# elements: 1
# length: 80
NODESOUTRANGE Index range of the outputs
   Usage:  outRange = nodesOutRange(nod



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 14
nodesOutputsNo


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 615
 -- Function: nodesOutputsNo
     NODESOUTPUTSNO Number of node Outputs
        Usage:  noOut = nodesOutputsNo(nodeNo,wt);

        Input parameters:
              nodeNo  : Node index.
              wt      : Structure containing description of the filter tree.

        Output parameters:
              noOut      : Number of node outputs.

        NODESOUTPUTSNO(nodeNo,wt) Return number of the terminal
        outputs of the node nodeNo. For definition of the structure
        see wfbinit.


     *Url*:
     <http://ltfat.sourceforge.net/doc/wavelets/wfbtmanip/nodesOutputsNo.php>

     See also: wfbtinit.




# name: <cell-element>
# type: sq_string
# elements: 1
# length: 80
NODESOUTPUTSNO Number of node Outputs
   Usage:  noOut = nodesOutputsNo(nodeNo,w



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 8
nodesSub


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 108
 -- Function: nodesSub
     *Url*:
     <http://ltfat.sourceforge.net/doc/wavelets/wfbtmanip/nodesSub.php>




# name: <cell-element>
# type: sq_string
# elements: 1
# length: 76
   *Url*:
<http://ltfat.sourceforge.net/doc/wavelets/wfbtmanip/nodesSub.php>



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 12
treeBFranges


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 1259
 -- Function: treeBFranges
     TREEBFRANGES Tree nodes output ranges in BF order
        Usage: [nodesBF, rangeLoc, rangeOut] = treeBFranges(wt);
               [nodesBF, rangeLoc, rangeOut] = treeBFranges(wt,'rev');

        Input parameters:
              wt       : Filterbank tree struct.
        Output parameters:
              nodesBF  : All nodes in a breadth-first order
              rangeLoc : Local ranges of unconnected (terminal) outputs
              rangeOut : Global ranges of unconnected (terminal) outputs

        [nodesBF, rangeLoc, rangeOut] = TREEBFRANGES(wt) is a helper function
        extracting all nodes of a tree in a BF order (root and low-pass first)
        (numeric array of indexes nodesBF), and two cell arrays of ranges of
        outputs. Each element of rangeLoc specifies range of unconnected
        outputs of a node with at the corresponding position in nodesBF.
        Elements rangeOut specify contain the resulting global indexes
        (in the resulting coefficient cell array) of such unconnected nodes.

        [nodesBF, rangeLoc, rangeOut] = TREEBFRANGES(wt,'rev') does the same
        but the arrays are reversed.
     *Url*:
     <http://ltfat.sourceforge.net/doc/wavelets/wfbtmanip/treeBFranges.php>




# name: <cell-element>
# type: sq_string
# elements: 1
# length: 80
TREEBFRANGES Tree nodes output ranges in BF order
   Usage: [nodesBF, rangeLoc, 



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 10
treeOutLen


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 125
 -- Function: treeOutLen
     TREESUB
     *Url*:
     <http://ltfat.sourceforge.net/doc/wavelets/wfbtmanip/treeOutLen.php>




# name: <cell-element>
# type: sq_string
# elements: 1
# length: 80
TREESUB
   *Url*:
<http://ltfat.sourceforge.net/doc/wavelets/wfbtmanip/treeOutLe



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 7
treeSub


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 119
 -- Function: treeSub
     TREESUB
     *Url*:
     <http://ltfat.sourceforge.net/doc/wavelets/wfbtmanip/treeSub.php>




# name: <cell-element>
# type: sq_string
# elements: 1
# length: 80
TREESUB
   *Url*:
<http://ltfat.sourceforge.net/doc/wavelets/wfbtmanip/treeSub.p



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 13
treeWpBFrange


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 174
 -- Function: treeWpBFrange
      do trough tree and look for nodeNo and its parent
     *Url*:
     <http://ltfat.sourceforge.net/doc/wavelets/wfbtmanip/treeWpBFrange.php>




# name: <cell-element>
# type: sq_string
# elements: 1
# length: 80
 do trough tree and look for nodeNo and its parent
   *Url*:
<http://ltfat.sourc



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 13
wfbtmanipinit


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 118
 -- Function: wfbtmanipinit
     *Url*:
     <http://ltfat.sourceforge.net/doc/wavelets/wfbtmanip/wfbtmanipinit.php>




# name: <cell-element>
# type: sq_string
# elements: 1
# length: 80
   *Url*:
<http://ltfat.sourceforge.net/doc/wavelets/wfbtmanip/wfbtmanipinit.php





