menu

Prof. Dr. Frank Bauernöppel Computer Engineering, HTW Berlin

Home Impressum

Computer Engineering

Lehre

Algorithmen und Datenstrukturen

Programmierung

C

C++

Python

  • Learning & Coding in the Browser https://futurecoder.io/
  • https://www.pythoncheatsheet.org/
  • Python Crash Course for Beginners https://youtu.be/JJmcL1N2KQs
  • Matplotlib
  • NumPy
  • Python Grundlagen Videos mit Jupyter Notebooks auf github auf deutsch
  • https://cs231n.github.io/python-numpy-tutorial
  • Python IDE for beginners https://thonny.org/
  • make, CMake, and friends

  • Makefile tutorial by example
  • Introduction to CMake by Example
  • An Introduction to Modern CMake
  • Beginner’s Guide to Linkers
  • git

  • git in 100 Sekunden
  • git - Der einfache Einstieg
  • Learn Git Branching (interaktiv)
  • Feature Branch Workflow
  • Basic Branching Workflow for Continuous Integration
  • GitLab Agile Project Management 4-min Overview
  • weitere SW Tools

  • SourceTrail https://github.com/CoatiSoftware/Sourcetrail
  • Hardware

  • Ben Eater Build a 6502 computer
  • Video: “Hello, world” from scratch on a 6502 — Part 1
  • Inkbox: I built my own 16-Bit CPU in Excel
  • Mikrochip-Herstellung - Wie entsteht ein Chip?
  • Creating Circuit Boards with KiCad https://www.youtube.com/watch?v=5Be7XOMmPQE<
  • Richtiges Designen von Platinenlayouts https://www.mikrocontroller.net/articles/Richtiges_Designen_von_Platinenlayouts
  • Embedded Systems

  • Sammlung: STM32 Microcontroller
  • Fourier Transformation

  • J. Ahrens, C. Andersson, P. Höstmad, W. Kropp, “Tutorial on Scaling of the Discrete Fourier Transform and the Implied Physical Units of the Spectra of Time-Discrete Signals,” in 148th Convention of the AES, e-Brief 56, May 2020.
  • J. Ahrens, “Some Notes on Windows in Spectral Analysis”, which is a short article about the usefulness of flat top windows.
  • Filter

  • Kalman Filter Tutorial