Python

Preparing Time Series Data For Neural Network Inputs

While working on my master’s thesis I needed some processing of temporal data such that it could be used as an input in TensorFlow Keras. Here I stumbled across the TimeseriesGenerator, which is a function from the Keras library. However, this is no longer recommended to be used by TensorFlow. …

Bode Plots in Python

This notebook will go through a pratical example of how to do bode plots in Python and how to find several other control related charateristics. We’ll look at an actual transfer function and derive all the information from that.

Let’s start off by importing the Python libraries that we …