Click here to Skip to main content
15,885,878 members
Articles / Programming Languages / C#

Quick FFT

Rate me:
Please Sign up or sign in to vote.
5.00/5 (19 votes)
13 Jul 2013CPOL4 min read 70.5K   6.6K   46  
An FFT algorithm that runs a bit faster than the standard implementation.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Tester / Quality Assurance Annax Switzerland AG
Switzerland Switzerland
Computers are very straight... They always do exactly what we tell them to do... Only, much too often what we tell them to do is not really what we want them to do Smile | :)

Writing Software is one of the most creative tings one can do. I have been doing this for more than ten years now and still having a lot of fun with it. Besides doing software for HMI's on C# for business, I enjoy very much to implement interesting algorithms and analyse the mathematics they are based on in my leisure time Smile | :)

For more detailed descriptions and math visit me on my own page

www.mosismath.com

Comments and Discussions