API for digital signal processing in C#.
DspSharp on nuget: https://www.nuget.org/packages/DspSharp/
DspSharpFftw on nuget: https://www.nuget.org/packages/DspSharpFftw/
DspSharpAsio on nuget: https://www.nuget.org/packages/DspSharpAsio/
- standard vector operations (addition, multiplication...)
- special vector operations (shift...)
- window synthesis (Hann, Blackman...)
- some mathematical functions (root finding, modified bessel function)
- fast fourier transform, using fftw as backend
- fast convolution, cross correlation
- evaluation of coefficient-based zero/pole filters
- synthesis of standard signals
- signal interpolation
- signal analysis (group delay...)
Provides an object-oriented programming model for signals and filters.
C# Wrapper for the fftw library.
ASIO interface.