MATLAB: Accelerometer used upside down

accelerometer

Hi,
I was using a body worn tri-axial accelerometer for measuring sway during standing balance, I fixed the accelerometer upside down i guess as i got all the values in negative (i figured it out with the vertical component data). does it affects my data, any suggestion to correct it?

Best Answer

data = -data;
Related Question