Open aaren opened 8 years ago
Additional db and coif being added in #164
Doing what MATLAB does and calculating coefficients for arbitrary members of a wavelet family would be very neat. Many would require implementing a solver for the particular equation, so an optional dependency on something like SymPy would probably be necessary. If it is not available then only the predefined wavelets would be available.
Doing what MATLAB does and calculating coefficients for arbitrary members of a wavelet family would be very neat.
It can be done, but it's slow, even for Daubechies. Here's some code I found and cleaned up a bit to do exactly this for Daubechies wavelets.
However, looking at 10 Lectures on Wavelets, section 8.1.1, it looks like computing symlet coefficients is an exponential time algorithm. Does anyone know if there's an easier way to do this?
If we decide we want to have all of the Matlab wavelets available, here is the list available in Matlab r2015b: