Effacer les filtres
Effacer les filtres

mean square error of a multidimensional signal

11 vues (au cours des 30 derniers jours)
ABDUL
ABDUL le 23 Avr 2018
Commenté : ABDUL le 3 Juil 2018
Hi...... How to Calculate Mean Square Error of a Signal in Multidimensional Matrix(Multidimensional Array).

Réponses (1)

Matt J
Matt J le 23 Avr 2018
Modifié(e) : Matt J le 23 Avr 2018
mean( ( array1(:)-array2(:) ).^2 )
  8 commentaires
ABDUL
ABDUL le 3 Juil 2018
will try it,thanks a lot ....
ABDUL
ABDUL le 3 Juil 2018
can you help in other ways of finding out the MSE of the singal

Connectez-vous pour commenter.

Community Treasure Hunt

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

Start Hunting!

Translated by