aboutsummaryrefslogtreecommitdiff
path: root/tables/voltage-and-current-subscript-conventions.typ
blob: b91751bb22ead1417166f1f4f0c0df98346ade8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// SAME Analog Modular Ecosystem
//
#figure(
  table(
    columns: 3,
    table.header([Subscript], [Meaning], [Example]),
    [in], [Input], [$V_"in", I_"in"$],
    [out], [Output], [$V_"out", I_"out"$],
    [ref], [Reference], [$V_"ref"$],
    [pp], [Peak-to-peak], [$V_"pp"$],
    [rms], [Root-mean-square], [$V_"rms"$],
    [n, noise], [Noise], [$V_n, e_n, i_n$],
    [OS], [Offset], [$V_"OS"$],
    [leak], [Leakage], [$I_"leak"$],
    [supply], [Power supply], [$V_"supply"$],
    [$plus$, $minus$], [Positive / negative input or rail], [$V_plus, V_minus$],

    [CM], [Common-mode], [$V_"CM"$],
    [diff], [Differential], [$V_"diff"$],
    [CR], [Coefficient of resistance], [$V_"CR"$],
    [CC], [Coefficient of capacitance], [$V_"CC"$],
  ),
  caption: [Voltage and current subscript conventions],
) <table-voltage-and-current-subscript-conventions>