JuliaDSP / Wavelets.jl

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

Example code not working :/ #28

Closed dioptre closed 8 years ago

dioptre commented 8 years ago

julia> y = dwt(x, wavelet(WT.cdf97, WT.Filter)) ERROR: MethodError: wavelet has no method matching wavelet(::Wavelets.WT.CDF{9,7}, ::Wavelets.WT.FilterTransform) Closest candidates are:

gummif commented 8 years ago

I can't see that line in the example code but it looks like you have replaced WT.Lifting with WT.Filter. The cdf transforms are not defined yet for filters.

dioptre commented 8 years ago

Ok great thanks