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/noise-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/noise-quantities.typ')
| -rw-r--r-- | tables/noise-quantities.typ | 23 |
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> |
