aboutsummaryrefslogtreecommitdiff
path: root/tables/noise-quantities.typ
diff options
context:
space:
mode:
Diffstat (limited to 'tables/noise-quantities.typ')
-rw-r--r--tables/noise-quantities.typ23
1 files changed, 23 insertions, 0 deletions
diff --git a/tables/noise-quantities.typ b/tables/noise-quantities.typ
new file mode 100644
index 0000000..eee4e69
--- /dev/null
+++ b/tables/noise-quantities.typ
@@ -0,0 +1,23 @@
+#import "../lib/unify.typ": qty, unit
+
+#figure(
+ table(
+ columns: 3,
+ table.header([Symbol], [Definition], [Typical unit]),
+ [$e_n$], [Voltage noise spectral density], [$unit("nano volt per shertz")$],
+
+ [$upright(i)_n$],
+ [Current noise spectral density],
+ [$unit("pico ampere per shertz")$ or $unit("femto ampere per shertz")$],
+
+ [$e_(n,"white")$], [White noise component], [$unit("nano volt per shertz")$],
+
+ [$e_(n,1/f)$], [$1/f$ noise component], [$unit("nano volt per shertz")$ at $qty(1, "Hz")$],
+
+ [$f_c$], [Noise corner frequency ($1/f$ to white)], [$unit("Hz")$],
+
+ [$V_n$], [Total noise voltage], [$unit("V") upright("RMS")$],
+ [$upright("CNI")$], [Current noise index (potentiometers)], [$unit("dB")$],
+ ),
+ caption: [Noise quantities],
+) <table-noise-quantities>