stefan-urban / hsr-signal-processing-formulas

Meine Formelsammlung für Signalverarbeitung (Vorlesung)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Signal Processing - Formulas

As undergraduate I attended the lecture "signal processing" by Prof. Zollner. These are some TeX-Files I created in preparation to the exam.

All documents are written in GERMAN!

Important information

I can not guarantee that everything is correct. Use at own risk!

How to compile

git clone https://github.com/stefan-urban/signal-processing-formulas.git
cd signal-processing-formulas

mkdir build && cd build
cmake .. && make -j5

About

Meine Formelsammlung für Signalverarbeitung (Vorlesung)

License:MIT License


Languages

Language:CMake 56.5%Language:TeX 43.5%