blob: 464e1ea8c782edf1f4ddb2f01c7d239fea85f04e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# -*- mode: org; -*-
#+TITLE: Amplitude-shift keying
#+SUBTITLE: A simple method for representing digital data.
#+AUTHOR: Marius Peter
#+DATE: <2022-04-05 Tue>
#+DESCRIPTION: Amplitude-shift keying: a simple method for representing digital data.
#+MACRO: ASK amplitude-shift keying
#+begin_abstract
Amplitude-shift keying enables the representation of digital data as a
function of a carrier wave's amplitude. The earliest example of ASK
was the [[file:morse-code.org][Morse code]], implemented as an electrical switch the operator
could close to produce an audible tone for the listener at the other
end of the line.
#+end_abstract
\begin{equation}
e^{j\theta} = \cos(\theta) + j\sin(\theta)
\end{equation}
|