# Supplementary Videos

The story of Signal Processing is told once again on this page through a series of videos. Besides an introduction and conclusion, the videos listed below have a one-to-one correspondence with the chapters in this book. 

- [Introduction](https://youtu.be/p-xaYd0hCJ0)
- [Fourier Series](https://youtu.be/VJGuQmJQLyg)
- [Complex Fourier Series](https://youtu.be/K62HCgmHwzw)
- [Fourier Transform](https://youtu.be/T51AFxUy3fY)
- [Sampling](https://youtu.be/9_l6FBwXhJY)
- [Discrete Fourier Transform](https://youtu.be/PkqJDM85Mkw)
- [Spectral Estimation](https://youtu.be/dt7GqVbN-0A)
- [Conclusions](https://youtu.be/q7diLuuvSRU)

_In case small errors are present in the videos, please refer to the appropriate book chapter._

```{admonition} MUDE exam information 
:class: tip, dropdown
These videos overlap to some extent with the theory presented in the book, and are meant to provide additional perspective on the same topic. Additional material that is presented in these videos is _not_ part of the exam; in other words, the exam scope is limited  to contents that appear in the previous pages.
```

**Introduction**

```{eval-rst}
.. raw:: html

    <iframe width="560" height="315" src="https://www.youtube.com/embed/p-xaYd0hCJ0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
```

**Fourier Series**
```{eval-rst}
.. raw:: html

    <iframe width="560" height="315" src="https://www.youtube.com/embed/VJGuQmJQLyg" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
```

**Complex Fourier Series**
```{eval-rst}
.. raw:: html

    <iframe width="560" height="315" src="https://www.youtube.com/embed/K62HCgmHwzw" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
```

**Fourier Transform**
```{eval-rst}
.. raw:: html

    <iframe width="560" height="315" src="https://www.youtube.com/embed/T51AFxUy3fY" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
```

**Sampling**
```{eval-rst}
.. raw:: html

    <iframe width="560" height="315" src="https://www.youtube.com/embed/9_l6FBwXhJY" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
```

**Discrete Fourier Transform**
```{eval-rst}
.. raw:: html

    <iframe width="560" height="315" src="https://www.youtube.com/embed/PkqJDM85Mkw" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
```

**Spectral Estimation**
```{eval-rst}
.. raw:: html

    <iframe width="560" height="315" src="https://www.youtube.com/embed/dt7GqVbN-0A" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
```

**Conclusions**
```{eval-rst}
.. raw:: html

    <iframe width="560" height="315" src="https://www.youtube.com/embed/q7diLuuvSRU" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
```

% START-CREDIT
% source: signal_processing
```{attributiongrey} Attribution
:class: attribution
This chapter is written by Christiaan Tiberius. {ref}`Find out more here <signal_processing_credit>`.
```
% END-CREDIT