Originally posted on Code Project in 2016, moved here because of the Code Project sites demise.
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.
- 100% .NET 4 managed code (no PInvoke!)
- Uses the native .NET 4 Complex Data type.
- Complete C# Source Code in one file, no third party DLL's, or other dependencies.
- Fully XML commented code.
- Many worked examples.
- See the full PDF Users guide at,
https://github.com/Hagtronics/DSPLib_CSharp_DotNet4/blob/main/docs/DSPLib%20-%20FFT%20_%20DFT%20Fourier%20Transform%20Library%20for%20DotNet%204.pdf - The example project is in the 'examples' directory.
- The C# source code for use in your projects is in the 'src' directory.
C# FFT Code, C# DFT Code, C# Fourier Transform Code, DOT NET Fourier Transform code, .NET Fourier Transform code