Blame wavelet/TODO

Packit 67cb25
# -*- org -*-
Packit 67cb25
#+CATEGORY: wavelet
Packit 67cb25
Packit 67cb25
* Implement more wavelet types:
Packit 67cb25
  Check the literature to find out what are commonly used types. Candidates
Packit 67cb25
  could be coiflets and symmlets.
Packit 67cb25
** Coefficients for coiflets and symmlets found so far are only with a
Packit 67cb25
   precision of about eight digts. This is probaly insufficient.
Packit 67cb25
Packit 67cb25
* Wavelet packet transform:
Packit 67cb25
  Should include utility functions for selecting the coefficients according
Packit 67cb25
  to "dwt-type", "best basis" or "best level".
Packit 67cb25
Packit 67cb25
* Continuous wavelet transform.