/DSPLib_CSharp_DotNet4

DSPLib - FFT / DFT Fourier Transform Library for .Net 4

Primary LanguageC#MIT LicenseMIT

DSPLib_CSharp_DotNet4

Originally posted on Code Project in 2016, moved here because of the Code Project sites demise.

Introduction:

There is a real need for a ready to use Fourier Transform Library that users can take right out of the box and perform Fast Fourier Transforms (FFT) or Discrete Fourier Transforms (DFT) and get a classical spectrum versus frequency plot.
The vast majority of code that you will find in Commercial packages, Open Source libraries, Textbooks and on the Web are simply unsuited for this task and takes hours of further tweaking to get a classic and properly scaled spectrum plot.
The library presented here is a practical, organized and complete .NET 4+ Open Source library of DSP oriented routines released under the very non-restrictive MIT License.

Features:

  1. 100% .NET 4 managed code (no PInvoke!)
  2. Uses the native .NET 4 Complex Data type.
  3. Complete C# Source Code in one file, no third party DLL's, or other dependencies.
  4. Fully XML commented code.
  5. Many worked examples.

Usage:

Keywords:

C# FFT Code, C# DFT Code, C# Fourier Transform Code, DOT NET Fourier Transform code, .NET Fourier Transform code