How can I implement this equation in matlab?

2 visualizzazioni (ultimi 30 giorni)
How can I implement this equation in matlab?
  2 Commenti
Sridhar S
Sridhar S il 29 Nov 2022
Its Haar wavelet function value H describes Haar matrix and P Q R describes integral values of the function

Accedi per commentare.

Risposta accettata

Catalytic
Catalytic il 29 Nov 2022
Modificato: Catalytic il 29 Nov 2022
All of the summations can be pre-computed using matrix multiplication, e.g. -
The results of these are all vectors. Once you've precomputed these vectors, the rest of the operations are just simple adds and multiplies.
  3 Commenti
Sridhar S
Sridhar S il 30 Nov 2022
Thank you for your kind reply.

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Discrete Multiresolution Analysis in Help Center e File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by