From b28f97f3526859633fde603764b827389279d10f Mon Sep 17 00:00:00 2001 From: Denis Chevalier Date: Mon, 10 Aug 2026 22:32:38 +0200 Subject: extract figures in separate files --- tables/circuit-and-component-parameters.typ | 32 +++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 tables/circuit-and-component-parameters.typ (limited to 'tables/circuit-and-component-parameters.typ') diff --git a/tables/circuit-and-component-parameters.typ b/tables/circuit-and-component-parameters.typ new file mode 100644 index 0000000..caa0756 --- /dev/null +++ b/tables/circuit-and-component-parameters.typ @@ -0,0 +1,32 @@ +#import "../lib/unify.typ": unit + +#figure( + table( + columns: 3, + table.header([Symbol], [Definition], [Typical unit]), + [$G$], [Gain (closed-loop)], [dimensionless or $unit("dB")$], + [$A$], [Gain (open-loop)], [dimensionless or $unit("dB")$], + [$A_"OL"$], [Open-loop gain (explicit)], [dimensionless], + [$beta$], [Feedback factor], [dimensionless], + [$A beta$], [Loop gain], [dimensionless], + [$H$], [Transfer function], [dimensionless], + [$R_f$], [Feedback resistor], [$unit("ohm")$], + [$R_"in"$], [Input resistor], [$unit("ohm")$], + [$Z_"in"$], [Input impedance], [$unit("ohm")$], + [$Z_"out"$], [Output impedance], [$unit("ohm")$], + [$upright("GBW")$], [Gain-bandwidth product], [$unit("Hz")$], + [$upright("SR")$], [Slew rate], [$unit("volt per micro second")$], + [$upright("CMRR")$], [Common-mode rejection ration], [$unit("dB")$], + [$upright("PSRR")$], [Power supply rejection ratio], [$unit("dB")$], + [$upright("TC")$], [Temperature coefficient], [$unit("ppm per celsius")$], + + [$V_"CR"$], [Voltage coefficient of resistance], [$unit("ppm per volt")$], + + [$V_"CC"$], [Voltage coefficient of capacitance], [$unit("ppm per volt")$], + + [$upright("DA")$], [Dielectric absorption], [$unit("percent")$], + [$S$], [Seebeck coefficient], [$unit("micro volt per celsius")$], + [$theta$], [Thermal resistance], [$unit("celsius per watt")$], + ), + caption: [Circuit and component parameters], +) -- cgit