*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->IRIX man pages -> complib/sdfft1du (3)              
Title
Content
Arch
Section
 

Contents


sfft1du,dfft1du(3F)					   sfft1du,dfft1du(3F)


NAME    [Toc]    [Back]

     dfft1du, sfft1du -	1D Real	to Complex Fast	Fourier	Transform.

FORTRAN	SPECIFICATION
     subroutine	DFFT1DU( job, n, sequence, inc,	workspace )
     integer		job, n,	inc
     double precision	sequence(*), workspace(*)

     subroutine	SFFT1DU( job, n, sequence, inc,	workspace )
     integer		job, n,	inc
     real		sequence(*), workspace(*)

C SPECIFICATION    [Toc]    [Back]

     int sfft1du ( int job, int	n, float *sequence,
		  int inc, float *workspace);

     int dfft1du ( int job, int	n, double *sequence,
		  int inc, double *workspace);


DESCRIPTION    [Toc]    [Back]

     DFFT1DU and SFFT1DU compute the 1 dimensional Fourier transform of	a real
     periodic sequence.

     NOTE: These routines are provided only for	compatibility with previous
     releases of complib.

PARAMETERS    [Toc]    [Back]

     JOB - INTEGER
     On	entry specifies	whether	to perform a forward or	backward Fast Fourier
     Transform:
	 JOB = -1,  forward FFT
	 JOB =	1,  backward FFT Unchanged on exit.

     N - INTEGER.    [Toc]    [Back]
     On	entry, N specifies the number of elements in the 1D FFT.  Unchanged on
     exit.

     SEQUENCE -	Array.
     Array of dimension	at least 2*( (N+2)/2 ).	On entry it contains the
     elements for the FFT.  On exit, SEQUENCE is overwritten by	the 1D
     transform.

     INC - INTEGER.    [Toc]    [Back]
     Increment between two consecutive elements	of the sequence.  Unchanged on
     exit.

     WORKSPACE - Array.    [Toc]    [Back]
     Array of dimension	at least N + 15.  On entry it contains the
     Sines/Cosines and factorization of	N.  WORKSPACE needs to be initialized



									Page 1






sfft1du,dfft1du(3F)					   sfft1du,dfft1du(3F)



     by	a call to sfft1dui or dfft1dui.

SEE ALSO    [Toc]    [Back]

      
      
     o32fft


									PPPPaaaaggggeeee 2222
[ Back ]
 Similar pages
Name OS Title
sdfft2du IRIX 2D Real to Complex Fast Fourier Transform. FORTRAN SPECIFICATION subroutine DFFT2DU( job, n1, n2, sequence, ld
sdfft3du IRIX 3D Real to Complex Fast Fourier Transform. FORTRAN SPECIFICATION subroutine DFFT3DU( job, n1, n2, n3, sequence
sdfftm1du IRIX Multiple 1D, Real to Complex Fast Fourier Transform. FORTRAN SPECIFICATION subroutine DFFTM1DU( job, n, p, seq
sdfft3dui IRIX 3D FFT Real to Complex workspace initialization routines. FORTRAN SPECIFICATION subroutine SFFT3DUI( n1, n2, n
sdfft2dui IRIX 2D FFT Real to Complex workspace initialization routines. FORTRAN SPECIFICATION subroutine SFFT2DUI( n1, n2, w
sdfft1dui IRIX 1D FFT Real to Complex workspace initialization routines. FORTRAN SPECIFICATION subroutine SFFT1DUI( n, worksp
sdfftm1dui IRIX Multiple 1D, FFT Real to Complex workspace initialization routines. FORTRAN SPECIFICATION subroutine SFFTM1DUI
fft2d IRIX 2D Complex-to-Complex Fast Fourier Transform.
fft3d IRIX 3D Complex-to-Complex Fast Fourier Transform.
fft1d IRIX 1D, Real Complex-to-Complex, Fast Fourier Transforms.
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service