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()
|
||||
#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
|
||||
#bgBlock(fill: colorRealsierung)[
|
||||
#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(
|
||||
columns: (1fr, 1fr),
|
||||
@@ -836,7 +857,7 @@
|
||||
|
||||
*Vereinfachung Saturations Bereich* \
|
||||
$R_"on" = U_"DS"/I_"D" approx 1/beta(abs(V_"GS")- abs(V_"T"))$
|
||||
|
||||
#colbreak()
|
||||
#table(
|
||||
columns: (1fr, 1fr),
|
||||
fill: (x, y) => if (calc.rem(x, 2) == 1) { tableFillLow } else { tableFillHigh },
|
||||
@@ -1149,9 +1170,8 @@
|
||||
|
||||
]
|
||||
|
||||
#colbreak()
|
||||
#SIPrefixesTable
|
||||
|
||||
|
||||
// Voll adierer
|
||||
#bgBlock(fill: colorBoolscheLogic)[
|
||||
#subHeading(fill: colorBoolscheLogic)[HA/VA/Ripple Carry Adder]
|
||||
|
||||
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