How can I implement this equation in matlab?

How can I implement this equation in matlab?

2 Comments

Its Haar wavelet function value H describes Haar matrix and P Q R describes integral values of the function

Sign in to comment.

 Accepted Answer

Catalytic
Catalytic on 29 Nov 2022
Edited: Catalytic on 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 Comments

Sridhar S
Sridhar S on 29 Nov 2022
Edited: Sridhar S on 29 Nov 2022
Thanks sir for your kind reply but i need matlab code for those equations. Because I am new to matlab to use notation for equations.
Thank you for your kind reply.

Sign in to comment.

More Answers (0)

Categories

Asked:

on 29 Nov 2022

Commented:

on 30 Nov 2022

Community Treasure Hunt

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

Start Hunting!