update 223015b chapter 1: add images, artemis slide, fix hex table

- add cd logo, cd player, dvd, artemis images
- add artemis ii slide with apollo comparison and bandwidth calculation
- regenerate hex-dec lookup table as 16x16 grid with ascii highlight
- move hex-dec table next to hexadezimal slides
- fix mp3 bitrate: 320 -> 128 kbps to match stated file size
This commit is contained in:
2026-04-10 01:10:26 +02:00
parent e58dacd98c
commit aeb0adada9
6 changed files with 42 additions and 9 deletions

View File

@@ -135,6 +135,15 @@ Hochschule der Medien Stuttgart
--- ---
<!-- _header: '' -->
<!-- _footer: '' -->
![bg fit](./assets/compact-disc-cd.jpg)
---
![bg right:40%](./assets/IMG_3617.jpg)
# Ein konkretes Beispiel # Ein konkretes Beispiel
**Eine Minute Musik in CD-Qualität:** **Eine Minute Musik in CD-Qualität:**
@@ -154,6 +163,8 @@ Aber es skaliert schnell.
--- ---
![bg right:40%](./assets/IMG_3617.jpg)
# Das Problem skaliert # Das Problem skaliert
| Inhalt | Unkomprimiert | | Inhalt | Unkomprimiert |
@@ -174,6 +185,8 @@ Das Problem musste gelöst werden.
--- ---
![bg right:32% contain](./assets/dvd.jpg)
# Video eskaliert # Video eskaliert
**Eine Minute 4K-Video (unkomprimiert):** **Eine Minute 4K-Video (unkomprimiert):**
@@ -195,11 +208,33 @@ Die physikalische Realität erzwingt Kompression.
--- ---
![bg right:40%](./assets/artemis.jpg)
# Artemis II orbitiert
| | Apollo (1969) | Artemis II (2026) |
|---|---|---|
| Bandbreite | ~50 kbit/s | 260 Mbit/s |
| Video | SW, ~320 Zeilen | HD live, 4K gespeichert |
| Codec | analog | H.265 (HEVC) |
260.000.000 Bit/s
÷ 8 (Bit pro Byte) = 32,5 MB/s
× 60 Sekunden = **1,95 GB pro Minute**
*Apollo: 50 kbit/s = 0,375 MB/min*
<!--
Übertragung per Infrarot-Laser (O2O = Orion Artemis II Optical Communications). MAScOT-Terminal entwickelt von MIT Lincoln Lab. 32 Kameras an Bord (Nikon D5/Z9, GoPros, Redwire 4K-Festkameras). ZCube-Encoder kodiert H.265 an Bord. Bandbreite geteilt mit Telemetrie und Voice — daher live "nur" HD, echtes 4K kommt auf CompactFlash-Karten nach Splashdown. Latenz Mond ↔ Erde: ~1,3 Sekunden (384.400 km). Apollo nutzte S-Band Radio, Artemis II Infrarot-Laser.
-->
---
# Kompressionsraten in der Praxis # Kompressionsraten in der Praxis
| Medium | Unkomprimiert | Komprimiert | Faktor | | Medium | Unkomprimiert | Komprimiert | Faktor |
|--------|-------------:|------------:|-------:| |--------|-------------:|------------:|-------:|
| 1 Song (4 Min) | ~42 MB | ~4 MB (MP3 320) | ~10× | | 1 Song (4 Min) | ~42 MB | ~4 MB (MP3 128) | ~10× |
| 1 Foto (12 MP) | ~36 MB | ~3 MB (JPEG) | ~12× | | 1 Foto (12 MP) | ~36 MB | ~3 MB (JPEG) | ~12× |
| 1 Min 4K-Video | ~45 GB | ~375 MB (H.264) | ~120× | | 1 Min 4K-Video | ~45 GB | ~375 MB (H.264) | ~120× |
@@ -447,7 +482,7 @@ Frage: "Weiß jemand wieviele Zustände wir mit 8 Bit beschreiben können?"
**1 Byte = 8 Bits** **1 Byte = 8 Bits**
``` ```
0 1 0 0 1 1 0 1 0 0 1 0 1 0 1 0
``` ```
2⁸ = **256 Möglichkeiten** (0-255) 2⁸ = **256 Möglichkeiten** (0-255)
@@ -578,13 +613,6 @@ background-color: #FF0000; = Rot
--- ---
<!-- _header: '' -->
<!-- _footer: '' -->
![bg fit](./assets/hex-dec-lookup-table.png)
---
# Das Problem: Sprachen # Das Problem: Sprachen
**Die Welt hat mehr als 256 Zeichen!** **Die Welt hat mehr als 256 Zeichen!**
@@ -716,7 +744,12 @@ Hex-Editor = Standard-Tool für Dateianalyse und Reverse Engineering
--- ---
<!-- _header: '' -->
<!-- _footer: '' -->
![bg fit](./assets/hex-dec-lookup-table.png)
---
<!-- _class: lead --> <!-- _class: lead -->

Binary file not shown.

After

Width:  |  Height:  |  Size: 148 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 318 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 MiB

After

Width:  |  Height:  |  Size: 84 KiB