I have these two sets of data, the first being a time stamp (ms) and the other being mechanical power (W). For each of these I have to work out the mechanical energy in KWh.
0 0
362 3.76
402 3.76
442 7.12
482 10.68
522 12.46
562 16.02
602 17.80
From my working out I have created the formula:
ME = (T-O)/3600000)x(P/1000)
ME = Mech energy
T = Current Time
O = Previous time
P = Power
But I have no means of checking if it is actually right. Can someone please confirm?