From a66154d7010043373c36107af787b81f413dc476 Mon Sep 17 00:00:00 2001 From: Mikkeli Matlock Date: Tue, 10 Mar 2026 20:27:17 +0900 Subject: [PATCH] dsp: initial commit --- wip/dsp.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 wip/dsp.md diff --git a/wip/dsp.md b/wip/dsp.md new file mode 100644 index 0000000..213cb59 --- /dev/null +++ b/wip/dsp.md @@ -0,0 +1,18 @@ +# digital signal processing + +A boring lecture about signals and systems, and its digital implementation in DSP. +Borderline 'song' less 'poetic'. + +The actual material (text that is read) is in Japanese. + +## Outline +### Signals and Systems +- Linear time-invariant systems (and nonlinearity) +- Signal transformations +- Impulse signal +- ... + +### Digital Signal Systems +- The impossibility of real continuous signals in digital systems +- Discrete time +- ... \ No newline at end of file