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

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

outputreading m/s² = outputreading (V)/(100 mV/g * 1e-3/9.8) = 98*outputreading (V)

Categories

Find more on MATLAB 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!