How can I implement this equation in matlab?

2 visualizaciones (últimos 30 días)
Sridhar S
Sridhar S el 29 de Nov. de 2022
Comentada: Sridhar S el 30 de Nov. de 2022
How can I implement this equation in matlab?
  2 comentarios
Walter Roberson
Walter Roberson el 29 de Nov. de 2022
What are H R P Q?
Sridhar S
Sridhar S el 29 de Nov. de 2022
Its Haar wavelet function value H describes Haar matrix and P Q R describes integral values of the function

Iniciar sesión para comentar.

Respuesta aceptada

Catalytic
Catalytic el 29 de Nov. de 2022
Editada: Catalytic el 29 de Nov. de 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 comentarios
Sridhar S
Sridhar S el 30 de Nov. de 2022
Thank you for your kind reply.

Iniciar sesión para comentar.

Más respuestas (0)

Community Treasure Hunt

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

Start Hunting!

Translated by