FAUST compiler  0.9.9.6b8
normalize.hh
Go to the documentation of this file.
1 #ifndef __NORMALIZE__
2 #define __NORMALIZE__
3 
5 
8 
9 #endif
A CTree = (Node x [CTree]) is a Node associated with a list of subtrees called branches.
Definition: tree.hh:109
Tree normalizeAddTerm(Tree t)
Compute the Add-Normal form of a term t.
Definition: normalize.cpp:32
Tree normalizeDelay1Term(Tree s)
Compute the normal form of a 1-sample delay term s'.
Definition: normalize.cpp:59
Tree normalizeFixedDelayTerm(Tree s, Tree d)
Compute the normal form of a fixed delay term (s).
Definition: normalize.cpp:81