GitHunt
TU

TUDA-MUST/TransientBVD

A Python library for transient response analysis and optimization of ultrasound transducers using the Butterworth-Van Dyke (BVD) equivalent circuit model.

TransientBVD

PyPI
Documentation Status
Tests
Pylint
Code style: black
License: MIT
DOI

TransientBVD is a Python library for analyzing and optimizing the transient response of ultrasonic transducers (or other resonant systems) modeled by the Butterworth-Van Dyke (BVD) equivalent circuit. It implements advanced methods for both deactivation (resistive damping) and activation (voltage overboost) strategies, significantly reducing transient response times.

Features

  • Deactivation damping: Quickly compute an optimal parallel resistor (R_p) to minimize deactivation transient response times.
  • Activation overboost: Determine switching strategies (e.g. voltage amplitude changes) to reduce activation transient response times.
  • Comprehensive analysis: Includes handy methods like print_deactivation_potential and print_activation_potential for quick insights.
  • Transducer utility: Load already measured example transducers or define your own BVD parameters.
  • Integration: Built on Python (NumPy, SciPy, Sympy) for both symbolic and numeric calculations.

Documentation

For detailed usage instructions, examples, and API references, visit the
TransientBVD Documentation.

Research Context

Developed at the
Measurement and Sensor Technology Group, TU Darmstadt,
this library supports the research findings presented in:

"Rapid Transient Control Strategies for Air-Coupled Ultrasonic Transducers"

Status: Accepted

DOI: 10.1109/OJUFFC.2026.3673287

If you find TransientBVD helpful in your academic work, please cite:

@article{doersamTransientBVD2025,
  title     = {Rapid Transient Control Strategies for Air-Coupled Ultrasonic Transducers},
  author    = {Dörsam, Jan H. and Suppelt, Sven and Kleber, Carsten and Altmann, Alexander A. and Schrödel, Yannick and Schmitt, Daniel and Schmitt, Toni and Haugwitz, Christoph and Wismath, Sonja and Soennecken, Sören and Heyl, Christoph M. and Kupnik, Mario},
  journal   = {IEEE Open Journal of Ultrasonics, Ferroelectrics, and Frequency Control},
  year      = {2026},
  volume    = {??},
  number    = {??},
  pages     = {??-??},
  doi       = {10.1109/OJUFFC.2026.3673287},
}

Languages

Python100.0%

Contributors

MIT License
Created November 28, 2024
Updated March 18, 2026