Azzera filtri
Azzera filtri

How to make equation in matlab algorithm?

2 visualizzazioni (ultimi 30 giorni)
Afiqah Abu Samah
Afiqah Abu Samah il 23 Mar 2017
Commentato: Afiqah Abu Samah il 23 Mar 2017
How do I transform this equation into matlab algoritm?
eqn: where M and N are the dimensions of the image, and X is the intensity of the pixel located at row i and column j in the image map.

Risposte (1)

Jan
Jan il 23 Mar 2017
E = sum(X(:)) / numel(X);
or
E = mean(X(:))
  1 Commento
Afiqah Abu Samah
Afiqah Abu Samah il 23 Mar 2017
Thanks for answering my ques. the above equation is for wavelet energy. Why can't I get the same answer when I used wenergy2 function and when I used the code you wrote above?

Accedi per commentare.

Categorie

Scopri di più su Denoising and Compression 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