diff options
| author | Denis Chevalier <perso@denischevalier.fr> | 2026-08-10 22:32:38 +0200 |
|---|---|---|
| committer | Denis Chevalier <perso@denischevalier.fr> | 2026-08-10 22:32:38 +0200 |
| commit | b28f97f3526859633fde603764b827389279d10f (patch) | |
| tree | ef483985fc0be4237f98b2ad7dd0682b160b4cef /tables/error-and-precision-quantities.typ | |
| parent | 32d3f3d945002c1413490449aa08522c78f4dcad (diff) | |
| download | same-b28f97f3526859633fde603764b827389279d10f.tar.gz same-b28f97f3526859633fde603764b827389279d10f.tar.bz2 same-b28f97f3526859633fde603764b827389279d10f.zip | |
extract figures in separate files
Diffstat (limited to 'tables/error-and-precision-quantities.typ')
| -rw-r--r-- | tables/error-and-precision-quantities.typ | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/tables/error-and-precision-quantities.typ b/tables/error-and-precision-quantities.typ new file mode 100644 index 0000000..34e2252 --- /dev/null +++ b/tables/error-and-precision-quantities.typ @@ -0,0 +1,28 @@ +#import "../lib/unify.typ": unit +#import "@preview/diverential:0.3.0": * + +#figure( + table( + columns: 3, + table.header([Symbol], [Definition], [Typical unit]), + [$epsilon$], [Error (general)], [$unit("ppm")$ or $unit("uV")$], + [$epsilon_"max"$], [Maximum allowable error], [$unit("ppm")$ or $unit("uV")$], + + [$epsilon_"total"$], [Total combined error], [$unit("ppm")$ or $unit("uV")$], + + [$epsilon_"systematic"$], [Systematic error component], [$unit("ppm")$], + [$epsilon_"random"$], [Random error component], [$unit("uVrms")$], + + [$epsilon_"offset"$], [Offset error], [$unit("uV")$], + [$epsilon_"gain"$], [Gain error], [$unit("ppm")$], + [$epsilon_"ratio"$], [Ratio error for matched components], [$unit("ppm")$], + [$epsilon_"thermal"$], [Thermally-induced error], [$unit("ppm")$], + [$dv(epsilon, t)$], [Drift rate], [$unit("ppm per hour")$], + [$S_y^p$], [Sensitivity of $y$ to parameter $p$], [dimensionless], + [$upright("SNR")$], [Signal-to-noise ratio], [$unit("dB")$], + [$upright("RTI")$], [Referred-to-input], [$unit("uV")$], + [$upright("RTO")$], [Referred-to-output], [$unit("uV")$], + [$upright("FS")$], [Full scale], [$unit("V")$], + ), + caption: [Error and precision quantities], +) <table-error-and-precision-quantities> |
