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

Math::FFT::Libfftw3 v0.3.5

High-level bindings to libfftw3 Complex-to-Complex transform

Authors

  • Fernando Santagata

License

Artistic-2.0

Dependencies

Test Dependencies

Provides

  • Math::FFT::Libfftw3
  • Math::FFT::Libfftw3::C2C
  • Math::FFT::Libfftw3::Common
  • Math::FFT::Libfftw3::Constants
  • Math::FFT::Libfftw3::Exception
  • Math::FFT::Libfftw3::R2C
  • Math::FFT::Libfftw3::R2R
  • Math::FFT::Libfftw3::Raw

Documentation

The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.