How can I implement this equation in matlab?

1 Ansicht (letzte 30 Tage)
Sridhar S
Sridhar S am 29 Nov. 2022
Kommentiert: Sridhar S am 30 Nov. 2022
How can I implement this equation in matlab?
  2 Kommentare
Walter Roberson
Walter Roberson am 29 Nov. 2022
What are H R P Q?
Sridhar S
Sridhar S am 29 Nov. 2022
Its Haar wavelet function value H describes Haar matrix and P Q R describes integral values of the function

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Catalytic
Catalytic am 29 Nov. 2022
Bearbeitet: Catalytic am 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 Kommentare
Sridhar S
Sridhar S am 30 Nov. 2022
Thank you for your kind reply.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Discrete Multiresolution Analysis finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by