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

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

Contents


sfftm1du,dfftm1du(3F)					 sfftm1du,dfftm1du(3F)


NAME    [Toc]    [Back]

     dfftm1du, sfftm1du	- Multiple 1D, Real to Complex Fast Fourier Transform.

FORTRAN	SPECIFICATION
     subroutine	DFFTM1DU( job, n, p, sequence, inc, lda, workspace )
     integer		 job, n, p, inc, lda
     double precision	 sequence(lda,*), workspace(*)

     subroutine	SFFTM1DU( job, n, p, sequence, inc, lda, workspace )
     integer		 job, n, p, inc, lda
     real		 sequence(lda,*), workspace(*)

C SPECIFICATION    [Toc]    [Back]

     int	dfftm1du( int job, int n, int p,
			 double	*sequence, int inc, int	lda,
			 double	*workspace)

     int	sfftm1du( int job, int n, int p,
			 float	*sequence, int inc, int	lda,
			 float	*workspace)



DESCRIPTION    [Toc]    [Back]

     DFFTM1DU and SFFTM1DU compute the complex Fourier transform of P real
     periodic sequences	of N samples each.

     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 each sequence.  Unchanged
     on	exit.

     P - INTEGER.    [Toc]    [Back]
     On	entry, P specifies the number of sequences.  Unchanged on exit.

     SEQUENCE -	Array.
     Array of DIMENSION	( LDA, p ).  Array containing the (lda*p) elements for
     the FFT.  On exit,	SEQUENCE is overwritten	by its transform.






									Page 1






sfftm1du,dfftm1du(3F)					 sfftm1du,dfftm1du(3F)



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

     LDA - INTEGER.    [Toc]    [Back]
     On	entry, LDA specifies the first dimension of the	array SEQUENCE as
     declared in the calling (sub)program. LDA must be at least	max( 1,
     2*((N1+2)/2) ).  Unchanged	on exit.

     WORKSPACE - Array.    [Toc]    [Back]
     Array of dimension	at least ( N + 15  ).  Array containing	the
     Sines/Cosines and factorization of	N.  WORKSPACE needs to be initialized
     by	a call to sfftm1dui or dfftm1dui.

SEE ALSO    [Toc]    [Back]

      
      
     o32fft


									PPPPaaaaggggeeee 2222
[ Back ]
 Similar pages
Name OS Title
sdfft3du IRIX 3D Real to Complex Fast Fourier Transform. FORTRAN SPECIFICATION subroutine DFFT3DU( job, n1, n2, n3, sequence
sdfft2du IRIX 2D Real to Complex Fast Fourier Transform. FORTRAN SPECIFICATION subroutine DFFT2DU( job, n1, n2, sequence, ld
sdfft1du IRIX 1D Real to Complex Fast Fourier Transform. FORTRAN SPECIFICATION subroutine DFFT1DU( job, n, sequence, inc, wo
sdfftm1dui IRIX Multiple 1D, FFT Real to Complex workspace initialization routines. FORTRAN SPECIFICATION subroutine SFFTM1DUI
scfftm1du IRIX Multiple 1D, Real to Complex, Direct Fast Fourier Transforms.
csfftm1du IRIX Multiple 1D, Complex to Real, Inverse Fast Fourier Transforms.
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
fft3d IRIX 3D Complex-to-Complex Fast Fourier Transform.
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service