-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
20916f5
commit d75fee2
Showing
2 changed files
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# 25.9.2023 | ||
# 25.09.2023 | ||
|
||
## Resources | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# 25.09.2023 | ||
|
||
## Resources | ||
|
||
- []() | ||
|
||
## How to make something digital? - Music example | ||
|
||
TODO - describe the digitalization | ||
|
||
## Discretization | ||
|
||
Discretization describes the process to of processing signals and bringing it into some form of encoding. | ||
E.g. a photo can be shot and to save it, it can be encoded as a jpeg. Through this process, there is always some information lost. This is due to the fact that we need to define a resolution that the image has e.g. 1920x1080. This will result in 2073600 pixels. So we can only store that amount of pixels and when zooming into the image, the individual pixels will become visible. | ||
The same also applies to other encoding/formats. |