diff options
Diffstat (limited to 'tables/error-budgeting-introduction.typ')
| -rw-r--r-- | tables/error-budgeting-introduction.typ | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tables/error-budgeting-introduction.typ b/tables/error-budgeting-introduction.typ new file mode 100644 index 0000000..f05a16e --- /dev/null +++ b/tables/error-budgeting-introduction.typ @@ -0,0 +1,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> |
