필터 지우기
필터 지우기

Units of Allan Deviation

조회 수: 9 (최근 30일)
Mazen Maged
Mazen Maged 2021년 4월 9일
답변: Ryan Salvo 2024년 1월 31일
Can anybody advice what are the units of both axes in this script for the allan deviation plots? https://uk.mathworks.com/help/nav/ug/inertial-sensor-noise-analysis-using-allan-variance.html
The units for my data (omega) is degrees per second.
Also, how can I convert the units on the Y axis to deg/h (one sigma)?
Thanks
Mazen

답변 (1개)

Ryan Salvo
Ryan Salvo 2024년 1월 31일
Hi Mazen,
The units in the example of the Allan Deviation plots are seconds in the horizontal axis and rad/s for the vertical axis. This is because the input data provided to the allanvar command was in rad/s.
There is a few options to convert the vettical axes units to deg/h. You can either convert your input omega data to deg/h and then compute the Allan Deviation, or compute the Allan Deviation with your original data in deg/s and then convert to Allan Deviation values to deg/h.

카테고리

Help CenterFile Exchange에서 MATLAB에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by