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

조회 수: 101 (최근 30일)
Adeel Ashraf
Adeel Ashraf 2022년 8월 31일
편집: Bruno Luong 2022년 9월 1일
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

채택된 답변

Bruno Luong
Bruno Luong 2022년 9월 1일
편집: Bruno Luong 2022년 9월 1일
outputreading m/s² = outputreading (V)/(100 mV/g * 1e-3/9.8) = 98*outputreading (V)

추가 답변 (1개)

Abderrahim. B
Abderrahim. B 2022년 8월 31일
Do you know about this:

카테고리

Help CenterFile Exchange에서 Embedded Coder Supported Hardware에 대해 자세히 알아보기

제품


릴리스

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by