Raw
NAME
Math::FFT::Libfftw3::Raw - An interface to libfftw3
SYNOPSIS
use v6;
DESCRIPTION
Math::FFT::Libfftw3 provides an interface to libfftw3 and allows you to perform Fast Fourier Transforms.
Documentation
For more details on libfftw see http://www.fftw.org/. The manual is available here http://www.fftw.org/fftw3.pdf
Prerequisites
This module requires the libfftw3 library to be installed. Please follow the instructions below based on your platform:
Debian Linux
sudo apt-get install libfftw3-double3
The module looks for a library called libfftw3.so.
Installation
To install it using zef (a module management tool):
$ zef install Math::FFT::Libfftw3
Testing
To run the tests:
$ prove -e "raku -Ilib"
Note
Math::FFT::Libfftw3 relies on a C library which might not be present in one's installation, so it's not a substitute for a pure Raku module. If you need a pure Raku module, Math::FourierTransform works just fine.
Author
Fernando Santagata
License
The Artistic License 2.0