Software

Fastmat : Efficient linear transforms in Python

Fastmat : Efficient linear transforms in Python

Authors: Christoph Wagner, Sebastian Semper

Scientific computing requires handling large linear models, which are often composed of structured matrices. With increasing model size, dense representations quickly become infeasible to compute or store. Matrix-free implementations are suited to mitigate this problem at the expense of additional implementation overhead, which complicates research and development effort by months, when applied to practical research problems. Fastmat is a framework for handling large structured matrices by offering an easy-to-use abstraction model.

EADF : Representation of far-field antenna responses in Python

EADF : Representation of far-field antenna responses in Python

Authors: Sebastian Semper, Michael Döbereiner

Understanding and analysis of antennas is crucial for the development of modern telecommunication technologies, like 5G or massive MIMO. Research in this area has the need for software to measure, analyze and test antenna systems. For instance, one needs a convenient way to transform large amounts of antenna measurement data into a concise representation. The herein described eadf package aims at providing this functionality.