ValdemarOrn / LowProfile.FFT

Fast Fourier Transform in C# and C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LowProfile.Fourier

This repository contains code for performing the Fast Fourier Transform (FFT). The solution contains the following:

  • Single and double precision FFT code in C#.
  • Templated C++ FFT code (for single and double precision operations).
  • Binding for KissFFT.
  • Simple unit test harness.
  • Simple performance test harness.

The code can be freely used and is public domain.

Note that the KissFFT code is NOT public domain, it is licensed under the BSD license.

About

Fast Fourier Transform in C# and C++

License:Other


Languages

Language:C# 54.5%Language:C++ 24.4%Language:C 21.1%