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_forwardgsl_fft_complex_radix2_backwardgsl_fft_complex_radix2_inversegsl_fft_complex_radix2_transformgsl_fft_complex_radix2_dif_forwardgsl_fft_complex_radix2_dif_backwardgsl_fft_complex_radix2_dif_inversegsl_fft_complex_radix2_dif_transformgsl_fft_complex_wavetable_allocgsl_fft_complex_wavetable_freegsl_fft_complex_workspace_allocgsl_fft_complex_workspace_freegsl_fft_complex_memcpygsl_fft_complex_forwardgsl_fft_complex_backwardgsl_fft_complex_inversegsl_fft_complex_transformgsl_fft_halfcomplex_radix2_backwardgsl_fft_halfcomplex_radix2_inversegsl_fft_halfcomplex_radix2_transformgsl_fft_halfcomplex_wavetable_allocgsl_fft_halfcomplex_wavetable_freegsl_fft_halfcomplex_backwardgsl_fft_halfcomplex_inversegsl_fft_halfcomplex_transformgsl_fft_halfcomplex_unpackgsl_fft_halfcomplex_radix2_unpackgsl_fft_real_radix2_transformgsl_fft_real_wavetable_allocgsl_fft_real_wavetable_freegsl_fft_real_workspace_allocgsl_fft_real_workspace_freegsl_fft_real_transformgsl_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.