Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.26 KB

README.md

File metadata and controls

26 lines (21 loc) · 1.26 KB

CEL Lecture Examples

This repository contains small examples and simulations used in our lectures. The different folders contain examples of the different lectures we offer:

  • nt1: Nachrichtentechnik I (Digital communications I, taught in German)
  • nt2: Nachrichtentechnik II (Digital communications II, taught in German)
  • wt: Wahrscheinlichkeitstheorie (Probability theory, taught in German)
  • sigNT: Signalverarbeitung in der Nachrichtentechnik (Signal processing in communications, taught in German)
  • mloc: Machine Learning and Optimization in Communications (taught in English)
  • cc2: Channel Coding 2 - Advanced methods (taught in English)
  • SC468: Short Course SC468 at the Optical Fiber Communication Conference (OFC, taught in English)

Dependencies

The common dependencies are

  • python >= 3
  • jupyter notebook
  • numpy/scipy
  • matplotlib

Some examples may require additional Python packages.

Usage / Installation

The programming language used here is Python. For novice users we recommend installing the Python distribution Anaconda which is availble for Windows, Linux and OSX. Make sure to download the Python 3.7 edition.