Computing Integrals with Wavelet Scaling and Translation Parameters

  • Context: Graduate 
  • Thread starter Thread starter omer21
  • Start date Start date
  • Tags Tags
    Computation Integral
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
omer21
Messages
24
Reaction score
0
I am looking for a software that can compute the following integral
[itex] ∫_0^1f(x)\phi(2^jx-k)dx.[/itex]

[itex]\phi(x)[/itex] is scaling function of a wavelet family (especially Daubechies), j and k are scaling and translation parameters respectively.
 
Physics news on Phys.org
Basically any software that can do numerics for you, e.g. Wolfram Mathematica, Matlab, or you can write a C code as well (using GSL).
 
omer21 said:
I am looking for a software that can compute the following integral
[itex] ∫_0^1f(x)\phi(2^jx-k)dx.[/itex]

If you can use this
http://reference.wolfram.com/mathematica/guide/Wavelets.html
to translate what you are interested in into one or two simple concrete examples then we can try it and see if the results will be in a form you can use.