Toggle navigation
Adam Rozman
Home
Research
Publications
Blog
Blog
Click a tile below to view the corresponding article.
Acoustic Signal Processing: Welch's Method and SPL vs PSD Scaling
- August 08, 2026
Signal processing for acoustics using Python. Learn how to use phase-averaging and Welch's method to analyze SPL and PSD spectra.
Creating a Cong Vase with Python CadQuery
- March 12, 2026
Using CadQuery Python library to parametrically design a cong vase to 3D print for your desk.
FFT Signal Analysis using Python
- February 10, 2026
Fourier Transform (FFT) signal processing in Python. Learn how to use the numpy FFT module and mitigate spectral leakage using windowing.