FFT research
- Quick FFT
- Quick Fourier Transformation
- personal website
- All C# demo projects for download:
- DSPLib - FFT / DFT Fourier Transform Library for .NET 4
- Object Oriented Analysis and Design
An FFT algorithm that runs a bit faster than the standard implementation.
Some ideas to make the Discrete Fourier Transformation a bit quicker and implemented a lean version of the DFT algorithm.
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 :-))
very good
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.
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