I'm looking at doing some work with wavelets using the extension pack.
The particular issue is that the dlls appear to carry hidden information about the parameters being passed.
When doing a dwt (discrete wavelet transform) and other similar transforms, somehow the extension pack claims to know which wavelet is being used and make corrections for the offset and negation of those wavelets. Yet if you pass a user define wavelet it assumes zero for the offset and negation !
What isn't clear is how or when the association of the built-in wavlet functions, such as daublet(6), are passed into the dwt(,,) and at what point it is lost.
I.e. can I assign wave=daublet(6)
then do w=dwt(wave,,)
I think the extension packs are now packaged with the code, even if the licence isn't.
Philip Oakley