Question

i'm working on samsung galaxy accelerometer SMB380. This is the data sheet: http://www.bosch-sensortec.com/content/language1/downloads/SMB380_Flyer_Rev1.3.pdf

Can someone explain me technical data on the right? I'm especially interested in the noise and precision data. Thx

Was it helpful?

Solution

Noise is 0.5 mg/Hz^-1, which tells you how much noise there will be for a given measurement bandwidth, e.g. if you filter your signal with a 100 Hz low pass filter you can expect 5 mg of noise.

As for sensitivity, there are 3 programmable ranges. The most sensitive range is 2 g. The output is 10 bits (signed, presumably) so you get 4 mg per bit, i.e. the smallest signal you can detect at a level of +/- 1 bit is 4 mg.

OTHER TIPS

you can use the butterworth filter in matlab, the result will be perfect especially if you use this parametrer [B,A]=butter(2, 0.05)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top