You have to know the magnitude of the acceleration you are trying to measure. If you don't you will either have to do some research or calculations. If you are trying to measure impact forces, they can be in the 100's of g's. If it is vibration or navigation related, it will likely be less than 10g.
The unit mg/LSB is milli G's per Least Significant Bit. Take, for example, an accelerometer that measures +/- 2gs, and sends out a 10-bit signed value to represent that measurement range of 4g. 10 bits will give 1023 measurement bins, so each bit of the output value represents 4/1023, or .0039g (3.9 mg). An example sensor output chart might be:
0000000000 = 0 g
0000000001 = .0039g
0000000010 = .0078g
0000000011 = .0117g
and so on. As you can see, each time the Least Significant Bit changes in the output the measurement goes up by 3.9 mg. Hence the term 3.9mg/LSB
Hope that helps.
r.b.
---------- Post added at 22:54 ---------- Previous post was at 22:53 ----------
Ooops, enjunear posted while I was typing!
What he said.
r.b.