Documentation

The library is decomposed in several modules. Each module can be accessed via a specific include:

ModuleHeader file to be includedNamespace
General functionsdsp/dsp.hppdsp
Visualizationsdsp/view.hppdsp::view
Filteringdsp/filter.hppdsp::filter
Fourier transformdsp/fourier.hppdsp::fourier
Time-frequency representationsdsp/fourier.hppdsp::fourier
Statisticsdsp/stats.hppdsp::stats
Telecommunicationsdsp/telecom.hppdsp::telecom
Geometrydsp/geometry.hppdsp::geo
Miscellaneousdsp/misc.hppdsp

It is also possible to include all header files and namespaces by including dsp/dsp-all.hpp.