How to convert accelometer data voltage into accleration m\s^2?

140 views (last 30 days)
Accelometer specification
  • Sensitivity: (±10%) 100 mV/g (10.2 mV/m/s²))
  • Frequency Range: (±3dB) 30 to 600000 cpm (0.5 to 10000 Hz)
  • Measurement Range: ±50 g (±490 m/s²)
  • Electrical Connector: Molded Integral Cable
outputreading m/s² = outputreading (V)/100 mV/g
Is this correct way to do that?
Thanks in advance

Accepted Answer

Bruno Luong
Bruno Luong on 1 Sep 2022
Edited: Bruno Luong on 1 Sep 2022
outputreading m/s² = outputreading (V)/(100 mV/g * 1e-3/9.8) = 98*outputreading (V)

More Answers (1)

Abderrahim. B
Abderrahim. B on 31 Aug 2022
Do you know about this:

Categories

Find more on Acoustics, Noise and Vibration in Help Center and File Exchange

Products


Release

R2022a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!