Skip to content

Commit

Permalink
add discretization
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanvoegelisrf committed Oct 2, 2023
1 parent 20916f5 commit d75fee2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion 01/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 25.9.2023
# 25.09.2023

## Resources

Expand Down
15 changes: 15 additions & 0 deletions 02/index.md
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.

0 comments on commit d75fee2

Please sign in to comment.