mean square error of a multidimensional signal

15 views (last 30 days)
ABDUL
ABDUL on 23 Apr 2018
Commented: ABDUL on 3 Jul 2018
Hi...... How to Calculate Mean Square Error of a Signal in Multidimensional Matrix(Multidimensional Array).

Answers (1)

Matt J
Matt J on 23 Apr 2018
Edited: Matt J on 23 Apr 2018
mean( ( array1(:)-array2(:) ).^2 )
  8 Comments
ABDUL
ABDUL on 3 Jul 2018
can you help in other ways of finding out the MSE of the singal

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!