11/12/2024

In safety-critical software projects, software quality is paramount. Especially for Class C software, which must be certified according to strict standards such as IEC 62304 (medical technology), it is essential that every aspect of the software is thoroughly tested. Errors can ...

Read more

AI – What is it anyway? Artificial intelligence is currently on everyone's lips, but very few people are concerned with how it works or what it ultimately means. Basically, the term itself raises questions. ...

Read more

11/15/2023

How do I analyze electrodermal activity with Python? In this short blog post, I'll explain how you can use Python for evaluating and analyzing EDA data and which libraries are useful. 1. Python for Data Analysis: Python is ...

Read more

Why develop a tool? Tools are utilities that can support us with specific tasks or subtasks, or can take them over completely. With C#, tools can also be created for specific tasks. Here at MEDtech Ingenieur, we have already ...

Read more

Unit tests are essential for software development. They help prevent errors that would otherwise be discovered late and difficult to locate. For C# developers, Visual Studio offers several extensions that help us create ...

Read more

LTspice is probably familiar to every hardware developer as a circuit simulation software. The brain behind LTspice was Mike Engelhardt, which many people probably know, as he participated in the LTspice World Tour for many years and held seminars on LTspice. ...

Read more