aboutsummaryrefslogtreecommitdiff
path: root/tables/opamp-voltage-noise-typical-magnitudes.typ
blob: 10c7c1192aa41cfc93c66b84e6a91e3656e88645 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// SAME Analog Modular Ecosystem
//
#import "../lib/unify.typ": qty, unit

#figure(
  table(
    columns: 4,
    table.header([Op-amp class], [$e_(n,"white")$], [$f_c$], [Notes]),
    [General purpose (TL07x)], [$18 unit("nano volt per shertz")$], [$qty(200, "Hz")$], [JFET input],

    [Low noise (OPA211)], [$1.1 unit("nano volt per shertz")$], [$qty(10, "Hz")$], [Bipolar input],

    [Precision low noise (LT1028)], [$0.85 unit("nano volt per shertz")$], [$qty(3.5, "Hz")$], [Bipolar input],

    [Chopper stabilized (LTC2057)], [$7 unit("nano volt per shertz")$], [$lt qty(1, "Hz")$], [No $1/f$ corner],
  ),
  caption: [Op-amp voltage noise typical magnitudes],
) <table-opamp-voltage-noise-typical-magnitude>