1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#import "../lib/unify.typ": qty
#figure(
table(
columns: 2,
table.header([Parameter], [Requirement]),
[Precision], [$qty(10, "ppm")$ ($qty(0.001, "percent")$)],
[Signal-to-noise ratio], [$qty(90, "dB")$],
[Drift rate], [$lt.eq qty(0.014, "ppm per hour")$],
[Bandwidth], [DC to $qty(20, "kHz")$],
[Drift-free operation], [$qty(30, "day")$],
),
caption: [Summary of metrologic precision tier requirements],
) <table-error-budgeting-introduction>
|