Vault sync: 2021-11-03 21:46:46

This commit is contained in:
Nick Leeman 2021-11-03 21:46:46 +01:00
parent 69ba69bf85
commit 924f9a72f1
3 changed files with 11 additions and 6 deletions

4
.obsidian/workspace vendored
View File

@ -88,6 +88,7 @@
"active": "bc6e8ad9aa0f44c3", "active": "bc6e8ad9aa0f44c3",
"lastOpenFiles": [ "lastOpenFiles": [
"School/Analyse/Layers/1. Physical Layer.md", "School/Analyse/Layers/1. Physical Layer.md",
"School/Analyse/Images/encoder.png",
"School/Analyse/Network Types.md", "School/Analyse/Network Types.md",
"School/Analyse/Layers/5. Session Layer.md", "School/Analyse/Layers/5. Session Layer.md",
"School/Analyse/Layers/6. Presentation Layer.md", "School/Analyse/Layers/6. Presentation Layer.md",
@ -95,7 +96,6 @@
"School/Analyse/Layers/4. Transport Layer.md", "School/Analyse/Layers/4. Transport Layer.md",
"School/Analyse/Layers/3. Network Layer.md", "School/Analyse/Layers/3. Network Layer.md",
"School/Analyse/Layers/2. Datalink Layer.md", "School/Analyse/Layers/2. Datalink Layer.md",
"School/Analyse/OSI Model.md", "School/Analyse/OSI Model.md"
"School/Analyse/Comminucation Mediums.md"
] ]
} }

View File

Before

Width:  |  Height:  |  Size: 97 KiB

After

Width:  |  Height:  |  Size: 97 KiB

View File

@ -18,9 +18,14 @@ Waves, like you would see on a lake, or in electrical cables are made when a phy
Waves by them self store no real information. Waves by them self store no real information.
## Signal ## Signal
A signal is a wave that holds information. (wave + data = signal) A signal is a wave (carrier) that holds information. (wave + data = signal)
## Encoder The carrier is a type of wave we add our information to. In most cases a sine wave is used as a carrier wave,
A encoder converts
![[Pasted image 20211103214144.png]] ![[encoder.png]]
A encoder converts analog or digital information in signals that can be transmitted across different [[Comminucation Mediums]]
The process of adding data to a carrier wave is called Modulation
## Modulation