JuliaDSP / Wavelets.jl

A Julia package for fast discrete wavelet transforms and utilities
Other
191 stars 29 forks source link

Implement 3d transforms #17

Closed sixpi closed 9 years ago

sixpi commented 9 years ago

Hi,

Would it be hard to implement the 3d transforms? I am interested in doing 3d transforms.

Thanks

gummif commented 9 years ago

Not really. It would be similar to the 2-D functions but with a few more for-loops. I might take a look at it soon if I have time.

holocronweaver commented 9 years ago

:+1: I too am interested in 3D fast wavelet transforms.

gummif commented 9 years ago

I have implemented the transform, see https://github.com/JuliaDSP/Wavelets.jl/tree/v0.4.1 The version should be in METADATA.jl soon.