Synthesize signal from cosine packet table
x = CPSynthesis(btree,cp,bell)
basis tree indicating basis to work in
cosine packet table
name of orthonormal bell, defaults to 'Sine'
signal whose cosine packet coeff's in basis btree come from cp
[n,D] = dyadlength(signal); cp = CPAnalysis(signal,D); stree = CalcStatTree(cp,'Entropy'); [btree,vtree] = BestBasis(stree,D); signal2 = CPSynthesis(btree,cp); % signal == signal2