JuliaDSP / Wavelets.jl

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

Computing filters #18

Closed robertdj closed 9 years ago

robertdj commented 9 years ago

Hi,

Would you be interested in a procedure for computing Daubechies filter coefficients? (Instead of looking them up in a dict)

Best,

Robert

gummif commented 9 years ago

If you have an algorithms that can compute coefficients with more precision than the ones in the dict and arbitrary vanishing moments then that would be a nice addition.

robertdj commented 9 years ago

The precision is probably the same, but it should work for arbitrary vanishing moments. Do you have a preference about which file should contain the code? src/wavelettypes.jl?

gummif commented 9 years ago

Yes that would be the place.