DSP Library
Philosophy
TODO short overview of the DSP library philosophy.
TODO link to Amaranth documentation on streams.

Basic DSP Components
After a statement like from tiliqua import dsp
, these can be accessed through dsp.Split
or similar:
Specialized Modules
These require qualified access - after a statement like from tiliqua import dsp
, these can be accessed through dsp.fft.STFTProcessor
or similar: