JuliaDSP / Wavelets.jl

A Julia package for fast discrete wavelet transforms and utilities
Other
185 stars 30 forks source link

Not working with Complex types #29

Closed tknopp closed 7 years ago

tknopp commented 7 years ago

I have tried this package (much appreciated!) with an application to compressed sensing and it seems that currently the dwt and its inverse cannot be applied to complex numbers. Would be great if this could be solved by relaxing the type definitions.

gummif commented 7 years ago

I will see what I can do. Also, if you know of a simple test can for the unit tests that would be great.

gummif commented 7 years ago

This worked out more smoothly than I expected. v0.5.1 should be available soon from Pkg.

tknopp commented 7 years ago

Awesome, thanks!