Categories
Physiological Signals Signal Processing

ECG Signal Processing: Part I, Signal Conditioning

Introduction In the article series Efficient Realtime Signal Processing C++ Templates, we demonstrate highly efficient and manageable implementation methods and libraries for complex real-time signal processing and machine learning pipelines. This series provides an application example showing how these techniques and libraries support flexible, reliable, and maintainable implementations for electrocardiogram (ECG) signal conditioning as well […]

Categories
Integrated Design and Test

Integrated Design and Test: Part I, Python Binding of Realtime C++

Introduction An integrated design and test (IDT) strategy involves executing design and development in a way that allows substantial reuse of engineering work for both offline design testing and online physical testing with minimal changes. Real-time signal processing building blocks inherently support this approach as illustrated in Fig. 1. Figure 1: Integrated Design and Test […]