02/28/2024

In my previous blog post, I discussed aspects that significantly influence the design of a good software architecture. Here I would just like to mention them again: Simplicity: Simpler is in most cases better. Maintainability and extensibility: Software is in the ...

Read more

Eliminating EMC problems – a practical exampleIn a project, the interference emission of a device was to be investigated before the EMC test was carried out at the TÜV. This was a battery-operated medical device (DUT) with an applied part, which was ...

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

To ensure high product quality and customer satisfaction, quality problems must be identified, analyzed, and resolved early. CAPA is a proven tool to help companies identify and eliminate the causes of quality deviations. ...

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

In this blog post, I would like to use a simple example to show you how you can use interfaces in C# to enable independent testing of individual classes in your C# projects. The example used for this purpose is based on my last ...

Read more