PDA

View Full Version : averaging of hysterisis curves


Christiane1
Nov2-09, 03:17 PM
Hello everybody

I am new here, so not sure if this is really the right category.

Have recorded numerous hysteresis (x-y) curves experimentally and want to average them all out to get one clean master curve.
Does anybody know if algorithms exist for that in Matlab or in Excel ?

Then a second question , how can the area of a hysteresis be calculated in Matlab?

Many thanks for your feedback

Chris.

Feldoh
Nov2-09, 03:32 PM
Well how complicated do you want to combine your data? A flat average of all the points at particular values could easily just be averaged in matlab.

As for the area, you'll probably want to do some sort of numerical integration technique. You could either write your own, or find one on the internet.