Added bereiche
All checks were successful
Build Typst PDFs (Docker) / build-typst (push) Successful in 33s

This commit is contained in:
alexander
2026-02-18 21:16:15 +01:00
parent 35c79b2cbb
commit d4e325658e
6 changed files with 25 additions and 5 deletions

View File

@@ -731,13 +731,34 @@
#colbreak() #colbreak()
#columns(2, gutter: 2mm)[ #columns(2, gutter: 2mm)[
#align(center, image("../images/digitaltechnik/pmos1.jpg", height: 4cm)) #align(center, image("../images/digitaltechnik/pmos1.jpg", height: 3cm))
#grid(columns: (1fr, 1fr),
column-gutter: 2mm,
row-gutter: 2mm,
align(center+horizon, [
#image("../images/digitaltechnik/mos3.jpg", height: 1.5cm)
Sperrbereich
]),
align(center+horizon, [
#image("../images/digitaltechnik/mos5.jpg", height: 1.5cm)
Linearbereich
]),
align(center+horizon, [
#image("../images/digitaltechnik/mos1.jpg", height: 1.5cm)
Pinch Off
]),
align(center+horizon, [
#image("../images/digitaltechnik/mos2.jpg", height: 1.5cm)
Sättigung
]),
)
// CMOS Verlust Inverter // CMOS Verlust Inverter
#bgBlock(fill: colorRealsierung)[ #bgBlock(fill: colorRealsierung)[
#subHeading(fill: colorRealsierung)[CMOS Inverter Verlustleistung] #subHeading(fill: colorRealsierung)[CMOS Inverter Verlustleistung]
#align(center+horizon, image("../images/digitaltechnik/cmosPower.jpg", height: 5cm)) #align(center+horizon, image("../images/digitaltechnik/cmosPower.jpg", height: 3cm))
#grid( #grid(
columns: (1fr, 1fr), columns: (1fr, 1fr),
@@ -836,7 +857,7 @@
*Vereinfachung Saturations Bereich* \ *Vereinfachung Saturations Bereich* \
$R_"on" = U_"DS"/I_"D" approx 1/beta(abs(V_"GS")- abs(V_"T"))$ $R_"on" = U_"DS"/I_"D" approx 1/beta(abs(V_"GS")- abs(V_"T"))$
#colbreak()
#table( #table(
columns: (1fr, 1fr), columns: (1fr, 1fr),
fill: (x, y) => if (calc.rem(x, 2) == 1) { tableFillLow } else { tableFillHigh }, fill: (x, y) => if (calc.rem(x, 2) == 1) { tableFillLow } else { tableFillHigh },
@@ -1149,7 +1170,6 @@
] ]
#colbreak()
#SIPrefixesTable #SIPrefixesTable
// Voll adierer // Voll adierer

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 89 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 102 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 KiB