Rank: 923 based on 71 downloads (last 30 days) and 2 files submitted
photo

Kamlesh Pawar

E-mail
Company/University
IIT Bombay

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Files Posted by Kamlesh View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
11 Jul 2013 Code for calculating root mean squared error for data This is a simple code which accurately calculates RMS error for real or complex data. Author: Kamlesh Pawar image processing, signal processing 68 2
  • 1.0
1.0 | 1 rating
18 Dec 2011 Hadamard matrix generation This script generates Hadamard matrix. Author: Kamlesh Pawar communications, signal processing, image processing 3 0
Comments and Ratings on Kamlesh's Files View all
Updated File Comment by Comments Rating
04 Jul 2013 Code for calculating root mean squared error for data This is a simple code which accurately calculates RMS error for real or complex data. Author: Kamlesh Pawar Simon, Jan

"numel(A1)" looks nicer than "size(A1(:),1)".

The comparison of "size(A1)~=size(A2)" crashes, if the number of dimensions differs. Therefore this is smarter: "~isequal(size(A1), size(A2))"

08 Dec 2011 Code for calculating root mean squared error for data This is a simple code which accurately calculates RMS error for real or complex data. Author: Kamlesh Pawar Völker, Michael

MATLAB = MATrix LABoratory

er = A1 - A2;
er = sqrt( (er(:)' * er(:)) / length(er(:)) );

Advantages: faster, shorter, works with arbitrarily sized A1/A2, works with complex data, too.

Top Tags Applied by Kamlesh
image processing, signal processing, communications
Files Tagged by Kamlesh View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
11 Jul 2013 Code for calculating root mean squared error for data This is a simple code which accurately calculates RMS error for real or complex data. Author: Kamlesh Pawar image processing, signal processing 68 2
  • 1.0
1.0 | 1 rating
18 Dec 2011 Hadamard matrix generation This script generates Hadamard matrix. Author: Kamlesh Pawar communications, signal processing, image processing 3 0

Contact us