Related Experiment Video
Updated: Dec 28, 2025

08:33
Bidirectional Electrical and Optoelectronic Interfaces in Healthy and Ischemic Ex Vivo Rat Hearts
Published on: July 18, 2025
719
Design and implementation of an ultra-low energy FFT ASIC for processing ECG in Cardiac Pacemakers
Safwat Mostafa1, Eugene B John2, Manoj M Panday3
1Apple Inc, Lone Star Design Center, Austin TX.
Summary
This study introduces a novel data-driven design for Fast Fourier Transform (FFT) application-specific integrated circuits (ASICs) in pacemakers. The optimized FFT ASIC reduces power consumption for longer battery life in cardiac devices.
Area of Science:
- Biomedical Engineering
- Computer Engineering
- Signal Processing
Background:
- Fast Fourier Transform (FFT) algorithms are essential for pattern detection in embedded biomedical applications.
- Application-Specific Integrated Circuits (ASICs) are used in devices like cardiac pacemakers for low-power FFT computation.
- Existing FFT implementations face challenges in power efficiency for deeply embedded systems.
Purpose of the Study:
- To propose a data-driven design approach for an FFT ASIC tailored for embedded biomedical systems.
- To reduce the power consumption and energy footprint of FFT computations in cardiac pacemakers.
- To enhance battery life in implantable cardiac devices through optimized signal processing.
Main Methods:
- Developed a data-driven FFT ASIC design leveraging Hashing and Look-Up Tables (LUTs).
- Exploited the limited data range characteristic of embedded biomedical applications.
- Synthesized the design using a 90nm standard cell library and simulated gate-level switching activity for power analysis.
Main Results:
- Achieved a significant reduction in arithmetic operations for ECG signal processing.
- Demonstrated a low energy consumption of 27.72nJ per FFT computation.
- Attained a 14.22% reduction in energy consumption compared to a standard 128-point radix-2 FFT.
Conclusions:
- The proposed Hashing and LUT-based FFT ASIC design offers substantial power savings for embedded biomedical applications.
- This optimization is crucial for extending battery life in critical devices such as cardiac pacemakers.
- The data-driven approach provides an effective strategy for energy-efficient signal processing in resource-constrained environments.
Related Concept Videos
Instrumentation Amplifier
951
An electrocardiography (ECG) machine is an essential piece of medical equipment used to monitor the electrical activity of the heart. It operates by detecting small electrical changes on the skin that result from the depolarization of the heart muscle during each heartbeat. However, these signals are in the microvolt range and can be easily overwhelmed by noise or interference.
To overcome this challenge, an ECG machine utilizes an instrumentation amplifier. This specialized amplifier is...
To overcome this challenge, an ECG machine utilizes an instrumentation amplifier. This specialized amplifier is...
951
Fast Fourier Transform
805
The Fast Fourier Transform (FFT) is a computational algorithm designed to compute the Discrete Fourier Transform (DFT) efficiently. By breaking down the calculations into smaller, manageable sections, the FFT significantly reduces the computational complexity involved. Direct computation of an N-point DFT requires N2 complex multiplications, whereas the FFT algorithm needs only (N/2)log2N multiplications, offering a much faster performance.
The computational efficiency of the FFT becomes...
The computational efficiency of the FFT becomes...
805

