Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.42 KB

File metadata and controls

44 lines (28 loc) · 1.42 KB

Digital Signal Processing

alt tag

These are the lecture notes which are part of my Digital Signal Processing (DSP) class which consists of YouTube clips and 3 extensive assignments = flipped classroom.

PDF

Online version

The coding language is Python.

YouTube clips

The YouTube Clips are structured in playlists. Every playlist has a specific topic.

Labwork

The lab is project based with every project running for 3 weeks:

  • Fourier Transform: Audio manipulation with the Fast Fourier Transform (FFT)
  • Finite Impulse Response filters (FIR): ECG 50Hz / DC removal, matched filters & heartbeat / rate detection and LMS filters
  • Infinite Impulse Response filters (IIR): Realtime filtering and plotting of data coming from an ADC

Prerequisites to compile this LaTeX doc

How to generate the PDF and HTML page

There is a makefile which first runs pdflatex and then chirun which outputs it to the docs subdir. It also assumes that this lives in a repo as it makes sure the docs subdir is included.

Just run

make

which generates both the local PDF and the web page in docs.

Creative commons BY-SA (C), 2018-2025 Bernd Porr bernd.porr@glasgow.ac.uk