Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Best way to compute error between 2 signals?

Status
Not open for further replies.

illucius

Newbie level 6
Joined
Oct 17, 2005
Messages
11
Helped
2
Reputation
4
Reaction score
2
Trophy points
1,283
Activity points
1,378
Let's say you have a sinusoid x_ref. And you have done also some processing on some other signals to produce an estimate of x_ref, called x_i. What would be a good way to find the error between the two signals?

I can do a point by point mean absolute error, but is there a good way to normalize this so that I could represent the error as a percentage or something that anyone would understand?
 

I can tell you that mean squared error is used more widely than absolute error in signal processing community.

Besides that, the first thing which comes to my mind is that, first you can compute the mean squared sum of the sinusoid, second you find the mean squared error sum of the two signal and finally you compute the ratio of them.
 

Hi

there is some define as abs, mse, nmse, ... that u can use them.

but best error definition is depended on signal, eeg, ecg, emg, ....

u can use MSE error as a global discriminator,

tanx :D
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top