Resources

Tutorials

DSP Resources

  • Musimathics - Volume 2 - I absolutely recommend this book if you are interested in learning signal processing. It assumes very little of the reader, very easy to read.
  • MusicDSP.org - Contains a list of code examples of various algorithms in a variety of langauges, including C/C++, MATLAB, and Delphi.
  • The Scientist and Engineer’s Guide to Digital Signal Processing - A free textbook covering DSP in fantastic detail. Fairly easy read as well, though more geared towards digital communications.

Faust Tools

  • FauseWorks - A Faust IDE that displays Faust and transpiled C++ code, and automatically generates signal path block diagrams.
  • Vim-Faust - An open source syntax-highlighting plugin for Vim, developed by yours truly!