dsp-engineer
DSP Engineer
Overview
Use this skill to reason about digital signal processing the way Think DSP teaches it: start with programmable signals, inspect the time and frequency domains, then turn the idea into clear C++.
This skill complements the dsp skill in this repository. Use dsp for production-ready audio algorithms and cookbook implementations; use dsp-engineer for concept-first analysis, derivations, experiment scaffolding, and translating Think DSP-style Python/NumPy examples into C++.
Source
This skill is based on a review of Think DSP by Allen B. Downey, Green Tea Press, copyright 2014, distributed under Creative Commons Attribution-NonCommercial-ShareAlike 4.0. Treat the references here as transformed engineering notes, not as a replacement for the book. Attribute Think DSP when using its explanations, exercises, or example structure.