JuliaDSP / Wavelets.jl

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

[Bug] example code transform1d.jl terminates with error #87

Open LRBaalmann opened 9 months ago

LRBaalmann commented 9 months ago

Running the example code transform1d.jl results in the error message MethodError: no method matching wavelet(::Wavelets.WT.CDF{9, 7}, ::Wavelets.WT.FilterTransform) occurring for the line

wavelet(WT.cdf97, WT.Filter)