odlgroup / odl

Operator Discretization Library https://odlgroup.github.io/odl/
Mozilla Public License 2.0
368 stars 105 forks source link

Find an adequate range of the wavelet transform #154

Open kohr-h opened 8 years ago

kohr-h commented 8 years ago

In the current initial implementation of the wavelet transform, we interpret the output simply as an array in an Fn space, either real or complex. While being simple, this solution has some remarkable drawbacks:

Before doing anything advanced mathematically (although I'm pretty sure that the CWT is a mapping between adequate L^p spaces - for L^2 it is even totally obvious) I suggest that we at least make the range a ProductSpace, one component for each detail coefficient and one for the approximation coefficients. That way, one could display those arrays nicely with manual reshaping.

What we need to find out

kohr-h commented 7 years ago

For completeness: