Added bereiche
All checks were successful
Build Typst PDFs (Docker) / build-typst (push) Successful in 33s
All checks were successful
Build Typst PDFs (Docker) / build-typst (push) Successful in 33s
This commit is contained in:
@@ -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
|
||||||
|
|||||||
BIN
src/images/digitaltechnik/mos1.jpg
Normal file
BIN
src/images/digitaltechnik/mos1.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 100 KiB |
BIN
src/images/digitaltechnik/mos2.jpg
Normal file
BIN
src/images/digitaltechnik/mos2.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 89 KiB |
BIN
src/images/digitaltechnik/mos3.jpg
Normal file
BIN
src/images/digitaltechnik/mos3.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 73 KiB |
BIN
src/images/digitaltechnik/mos4.jpg
Normal file
BIN
src/images/digitaltechnik/mos4.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 102 KiB |
BIN
src/images/digitaltechnik/mos5.jpg
Normal file
BIN
src/images/digitaltechnik/mos5.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 99 KiB |
Reference in New Issue
Block a user