Compare commits
No commits in common. "99e49d74720294025b7077b04d4fcbf5497551f4" and "ffdea4c675363b2ae6409416f9af845e733c90d0" have entirely different histories.
99e49d7472
...
ffdea4c675
5 changed files with 11 additions and 50 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,4 +1,3 @@
|
||||||
result*
|
result*
|
||||||
.direnv
|
.direnv
|
||||||
.envrc
|
.envrc
|
||||||
main.pdf
|
|
||||||
|
|
|
||||||
|
|
@ -1,10 +0,0 @@
|
||||||
@article{testy,
|
|
||||||
title={Citation analysis},
|
|
||||||
author={Nicolaisen, Jeppe},
|
|
||||||
journal={Annual review of information science and technology},
|
|
||||||
volume={41},
|
|
||||||
number={1},
|
|
||||||
pages={609--641},
|
|
||||||
year={2007},
|
|
||||||
publisher={Wiley Subscription Services, Inc., A Wiley Company Hoboken}
|
|
||||||
}
|
|
||||||
|
|
@ -30,8 +30,7 @@
|
||||||
|
|
||||||
typixLib = typix.lib.${system};
|
typixLib = typix.lib.${system};
|
||||||
|
|
||||||
#src = typixLib.cleanTypstSource ./.;
|
src = typixLib.cleanTypstSource ./.;
|
||||||
src = ./.;
|
|
||||||
commonArgs = {
|
commonArgs = {
|
||||||
typstSource = "main.typ";
|
typstSource = "main.typ";
|
||||||
|
|
||||||
|
|
|
||||||
BIN
main.pdf
BIN
main.pdf
Binary file not shown.
47
main.typ
47
main.typ
|
|
@ -1,5 +1,3 @@
|
||||||
#import "@preview/wordometer:0.1.4": word-count, total-words
|
|
||||||
|
|
||||||
#set page(
|
#set page(
|
||||||
paper: "a4",
|
paper: "a4",
|
||||||
numbering: "-1-",
|
numbering: "-1-",
|
||||||
|
|
@ -16,7 +14,7 @@ Process Essay\
|
||||||
May 17th, 2025
|
May 17th, 2025
|
||||||
|
|
||||||
#align(center, text(size: 17pt, weight: "bold")[
|
#align(center, text(size: 17pt, weight: "bold")[
|
||||||
*Around the world in 133 ms*
|
*Essay title*
|
||||||
])
|
])
|
||||||
|
|
||||||
#set align(left)
|
#set align(left)
|
||||||
|
|
@ -24,45 +22,20 @@ May 17th, 2025
|
||||||
justify: true,
|
justify: true,
|
||||||
leading: 2em,
|
leading: 2em,
|
||||||
spacing: 2em,
|
spacing: 2em,
|
||||||
first-line-indent: (amount: 3em, all: true)
|
first-line-indent: (amount: 5em, all: true)
|
||||||
)
|
)
|
||||||
|
|
||||||
#show: word-count
|
#lorem(200)
|
||||||
|
|
||||||
Have you ever wondered what really happens with your voice when you talking to someone on the phone?
|
#lorem(200)
|
||||||
From the instant the soundwaves leave your throat until they reach the ear of the person you are talking to,
|
|
||||||
a series of analog and digital processes collaborate to carry your message.
|
|
||||||
In fact, this whole process can be broken down into three major steps -- sampling, quantisation and modulation.
|
|
||||||
In the course of this essay, we will investigate each of these steps in more depth to understand how modern
|
|
||||||
communication works on a technical level.
|
|
||||||
//To understand how we communicate across the globe on a technical level, we begin with the most primitive
|
|
||||||
//instrument of all: the human voice.
|
|
||||||
|
|
||||||
In the sampling process, an analogue signal is transformed into its digital representation.
|
#lorem(200)
|
||||||
This signal can be interpreted as any kind of waveform or motion that has not been processed by
|
|
||||||
a digital device yet.
|
|
||||||
For example, the sound of your voice or the tone of a guitar string is a suiting type of signal that we
|
|
||||||
want to digitize.
|
|
||||||
However, a digital device like a computer or a phone cannot unterstand such an analogue signal, thus we have
|
|
||||||
to first convert it into some kind of electrical signal the device can unterstand.
|
|
||||||
We can achieve that by taking repeated "snapshots" of the current state of the analogue signal and saving
|
|
||||||
the corresponding value.
|
|
||||||
The resulting signal is now so called "time discreet", because we went from a continuous signal that has a value
|
|
||||||
for every imaginable point in time to one where such values only exist at fixed, predefined points in time
|
|
||||||
(i.e. every second).
|
|
||||||
Going on, we now have a signal that consists of repeated snapshots of the originating signal where each value
|
|
||||||
can still be considered as continuous
|
|
||||||
|
|
||||||
//To see how sampling works, we start with the sounds you make when you speak -- combinations of multiple sound waves at varying frequencies.
|
#lorem(200)
|
||||||
/*For our purposes, however, we can simplify this complexity by modeling your voice as a single
|
|
||||||
continuous sine wave, since this idealization does not affect the sampling process.
|
|
||||||
Furthermore, we can think of this sine wave as the very first input into our communication pipeline.
|
|
||||||
With the analogue signal established, we can go on and discuss the way our signal is transformed into a digital
|
|
||||||
representation.
|
|
||||||
*/
|
|
||||||
|
|
||||||
Essay has a total of #total-words words.
|
#lorem(200)
|
||||||
|
|
||||||
|
#lorem(200)
|
||||||
|
|
||||||
#pagebreak()
|
#pagebreak()
|
||||||
|
#bibliography("bibliography.bib", style: "ieee", title: "References")
|
||||||
#bibliography("./bibliography.bib", style: "ieee", title: "References")
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue