I have a question related to wavelet packet decomposition.
I need to compute a best tree(basis) from complete (full) tree (quad-tree). This can be done by MATLAB's function besttree. Unfortunately, I can't use m-files in my program.
I write my program on python and pywt attracted my attention, but in this module no function to calculate best tree. Are there any modules, library, or some examples in which the calculated best tree wavelet packet decomposition (quad-tree) on C++/C or python? Is there any possibility to convert m-files to C++/C or python?