This is a lecture for students of Algebraic Computer Science at the Faculty of WIT. It takes place on Wednesdays from - in the room 215/D-1.
I am giving this lecture together with Dr. Przemysław Błaskiewicz.
Rules for passing the course
Completing this course involves receiving a pass for the exercises. There is no final exam.
The details will be determined by dr. Przemysław Błaśkiewicz.
Bibliography
Thomas Holton, Digital Signal Processing, Cambridge University Press, 2021
B.A. Shenoi, Introduction to Digital Signal Processing and Filter Design,
John Wiley and Sons, 2006
Lizhe Tan, Jean Jiang, Digital Signal Processing. Fundamentals and Applications,
Elsevier, 2019
what is a signal and why, how, why do we process it
signal in continuous domain, discrete signal
what is a linear and non-linear system
flow diagram block symbols
09.10.2023: Introduction II (P.B.)
homogeneous sampling
aliasing, anti-aliasing filters
Nyquist limit
05.10.2023: Discrete signals (JCI)
12.10.2023: Introduction to Systems (JCI)
lp spaces for p = 1, 2, $\infty$ and its basic properties
Memory-less systems
Homogenous systems
Additive systems
Linear systems
Time invariant systems
Basic theorem for LTI systems (unfortunatly, false in general setting): If F is LTI system
than
$$
T(x) = x \star h
$$
where $h = T(\delta)$ and
$$
(x \star y) [n] = \sum_{k\in\ZZ} x[k] y[n-k] ~.
$$
Remark: $\star$ is called convolution.
19.10.2023: Convolutions (JCI)
Basic property of convolution
$x \star \delta = x$
$x \star y = y \star x$
$(\alpha x) \star y = \alpha(x \star y)$
$(x_1+x_2)\star y = x_1\star y + x_2 \star y$
$S_k(x)\star y = S_k (x\star y)$
Def: System is causual iff its response at time n depends only of history of input up to time n
Theorem. System $S(x) = x \star h$ is causual iff $(\forall n\lt 0)(h[n]=0)$
Basic building blocks
Beginning of analysis of system $y[n] = \frac12 y[n-1] + x[n]$.