3.5.14 · D3Guidance, Navigation & Control (GNC)

Worked examples — Gyroscope — angular velocity measurement, bias, noise

3,545 words16 min readBack to topic

Before anything else, a quick unit reminder so no symbol is unearned.


The scenario matrix

Every gyro-error question is one of these cells. The examples below are tagged with the cell they cover, and the map figure below indexes each cell by letter on the time axis.

# Case class What changes Covered by
A Positive bias, integrate , ramp Ex 1
B Negative bias, integrate , sign of error Ex 2
C Zero bias, pure noise , only ARW Ex 3
D Small- limit : which term wins? Ex 4
E Large- / limiting : which term wins? Ex 4
F Exact crossover bias line = noise line Ex 5
G Nonzero true rate + bias , separate signal from error Ex 6
H Full realistic case true rate + bias + noise together Ex 7
I Real-world word problem drone, unit soup, decision Ex 8
J Exam-style twist Allan slope / averaging trap Ex 9
Figure — Gyroscope — angular velocity measurement, bias, noise

The figure above is the map for the whole page: the horizontal axis is elapsed time in seconds and the vertical axis is angle error in degrees. The straight red line is bias error (), the curved blue line is noise error (). They cross once, at the yellow dot. The little labelled markers D, F, E on the time axis are literally the matrix cells above: D at s (small-), F at the crossover , E far to the right (large-). Cells A/B/C sit on the two curves themselves (pure ramp / pure wander), and G–J are variations built on top. Left of the cross, noise looks bigger; right of the cross, bias wins forever. Keep this picture in your head.


Worked Examples

Cell A — Positive bias integrates to a ramp


Cell B — Negative bias: the error flips sign


Cell C — Zero bias, only noise (Angle Random Walk)


Cells D & E — the small- and large- limits


Cell F — the exact crossover time


Cell G — real rotation plus bias: separating signal from corruption


Cell H — the full realistic case: true rate + bias + noise


Cell I — full real-world word problem


Cell J — exam-style twist (the Allan-slope trap)


Recall Quick self-test (cover the answers)

Bias for s gives what error? ::: (Cell A, ramp ). Same but bias is ? ::: — same size, opposite direction (Cell B). ARW : error at h vs h grows by what factor? ::: , so (Cell C). As , which error always wins, bias or noise? ::: Bias, because beats (Cell E). In the full model, does noise shift the expected reported angle? ::: No — noise is zero-mean; only bias shifts the mean, noise adds spread (Cell H). In the drone abort problem, what bound did we use for the random noise? ::: A worst-case bound added onto the certain bias ramp (Cell I). On an Allan slope, quadrupling does what to ? ::: Halves it () (Cell J). What does the FLAT (slope-0) region of an Allan curve represent? ::: Bias instability — the floor you cannot average away (Cell J).

Related building blocks: Random Walk & Wiener Process (where comes from), Coriolis Force and Sagnac Effect (how is sensed), Attitude Estimation / Dead Reckoning (where these errors bite).