Coder Social home page Coder Social logo

swifft's Introduction

SWIFFT - Swift Wavelet-based Inexact FFT

Copyright (C) 2011 Felipe H. da Jornada [email protected]

Licensed under the GPL version 2 or later.

What is it?

SWIFFT is a library that implements an approximate Fast Fourier Transform (FFT) using Discrete Wavelet Transforms, and it is designed to be a drop-in replacement for FFTW calls. Depending on the approximation trade-off and input signal, SWIFFT can be more than twice as fast as the exact FFT algorithms.

Details

SWIFFT is a library that implements an approximate Fast Fourier Transform (FFT) using Discrete Wavelet Transforms, which is based on the algorithm developed by H. Guo and C. S. Burrus [1].

SWIFFT uses an efficient hybrid pruning scheme that mixes approximate FFT routines with high performance exact FFTs implemented in FFTW. The code can approximate FFTs in a controllable way, and the approximate algorithm is usually faster than the exact ones generated by FFTW.

The user has the freedom to choose the wavelet filter and the degree of pruning, so that one can choose the best approximation scheme for a particular problem.

[1] H. Guo and C. S. Burrus, Wavelet transform based fast approximate Fourier transform. 1997 IEEE International Conference on Acoustics, Speech, and Signal Processing, v. 3, pp. 1973--1976 (1997).

Licensing

SWIFFT Copyright (C) 2011 Felipe H. da Jornada [email protected]

SWIFFT is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version.

SWIFFT is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with SWIFFT; see the file COPYING. If not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.

swifft's People

Contributors

jornada avatar

Stargazers

Zade Viggers avatar west avatar  avatar Albert Tavares de Almeida avatar Eric Whitmire avatar  avatar

Watchers

 avatar

Forkers

ewhitmire

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.