NAME

Math::GSL::FFT - Functions for performing Fast Fourier Transforms (FFT)

SYNOPSIS

use Math::GSL::FFT qw /:all/;

DESCRIPTION

Here is a list of all the functions in this module :

  • gsl_fft_complex_radix2_forward

  • gsl_fft_complex_radix2_backward

  • gsl_fft_complex_radix2_inverse

  • gsl_fft_complex_radix2_transform

  • gsl_fft_complex_radix2_dif_forward

  • gsl_fft_complex_radix2_dif_backward

  • gsl_fft_complex_radix2_dif_inverse

  • gsl_fft_complex_radix2_dif_transform

  • gsl_fft_complex_wavetable_alloc

  • gsl_fft_complex_wavetable_free

  • gsl_fft_complex_workspace_alloc

  • gsl_fft_complex_workspace_free

  • gsl_fft_complex_memcpy

  • gsl_fft_complex_forward

  • gsl_fft_complex_backward

  • gsl_fft_complex_inverse

  • gsl_fft_complex_transform

  • gsl_fft_halfcomplex_radix2_backward

  • gsl_fft_halfcomplex_radix2_inverse

  • gsl_fft_halfcomplex_radix2_transform

  • gsl_fft_halfcomplex_wavetable_alloc

  • gsl_fft_halfcomplex_wavetable_free

  • gsl_fft_halfcomplex_backward

  • gsl_fft_halfcomplex_inverse

  • gsl_fft_halfcomplex_transform

  • gsl_fft_halfcomplex_unpack

  • gsl_fft_halfcomplex_radix2_unpack

  • gsl_fft_real_radix2_transform

  • gsl_fft_real_wavetable_alloc

  • gsl_fft_real_wavetable_free

  • gsl_fft_real_workspace_alloc

  • gsl_fft_real_workspace_free

  • gsl_fft_real_transform

  • gsl_fft_real_unpack

This module also includes the following constants :

  • $gsl_fft_forward

  • $gsl_fft_backward

For more informations on the functions, we refer you to the GSL offcial documentation: http://www.gnu.org/software/gsl/manual/html_node/

Tip : search on google: site:http://www.gnu.org/software/gsl/manual/html_node/ name_of_the_function_you_want

AUTHORS

Jonathan Leto <jonathan@leto.net> and Thierry Moisan <thierry.moisan@gmail.com>

COPYRIGHT AND LICENSE

Copyright (C) 2008 Jonathan Leto and Thierry Moisan

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.