Saturday, February 25, 2023

FFT research

FFT research

  1. Quick FFT
  2. An FFT algorithm that runs a bit faster than the standard implementation.

  3. Quick Fourier Transformation
  4. Some ideas to make the Discrete Fourier Transformation a bit quicker and implemented a lean version of the DFT algorithm.

  5. personal website
  6. I want to share some (in my opinion) interesting algorithms I’m working with and try to explain the Math behind them as detailed as possible as there are many explanations around in the net that one cannot understand because they are unclear or missing parts (my experience :-))

  7. All C# demo projects for download:
  8. very good

  9. DSPLib - FFT / DFT Fourier Transform Library for .NET 4
  10. DSPLib is a complete DSP Library that is an end to end solution for performing FFT's with .NET 4

    In this post, you will find a practical, organized and complete .NET 4+ Open Source library of DSP oriented routines released under the very non-restrictive MIT License.

  11. Object Oriented Analysis and Design
  12. Learn object oriented analysis and design using a simple method even if you have tried in your class before and found it complex

No comments:

Post a Comment