File: README

package info (click to toggle)
mffm-fftw 1.6-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,212 kB
  • ctags: 295
  • sloc: cpp: 711; makefile: 89
file content (11 lines) | stat: -rw-r--r-- 507 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
Copyright 1999,2000,2001,2002 Matt Flax <flatmax@ieee.org>

This library acts as a C++ wrapper for the http://www.fftw.org FFT library.
It provides many usefull functions, including data handling and manipulation.

For API documentation, consult the html directory released with the sources

For examples of how to use this library, consult the *Example* files.

This library manages FFTw data. It also processes it to find power spectra 
and so on. It also manages the fft forward an inverse FFT routines.