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

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

Contents


_FFT3DUI(3F)							  _FFT3DUI(3F)


NAME    [Toc]    [Back]

     sfft3dui, dfft3dui	- 3D FFT Real to Complex workspace initialization
     routines.

FORTRAN	SPECIFICATION
     subroutine	SFFT3DUI( n1, n2, n3, workspace	)
     integer		  n1, n2, n3
     real		  workspace(*)

     subroutine	DFFT3DUI( n1, n2, n3, workspace	)
     integer		  n1, n2, n3
     double precision	  workspace(*)

C SPECIFICATION    [Toc]    [Back]

     float     *sfft3dui( int n1, int n2, int n3,
			  float	 *workspace);

     double    *dfft3dui( int n1, int n2, int n3,
			  double *workspace);

DESCRIPTION    [Toc]    [Back]

     SFFT3DUI and DFFT3DUI initialize the array	WORKSPACE which	is used	in
     SFFT3DU and DFFT3DU. The prime factorizations of N1, N2 and N3, together
     with a tabulation of the trigonometric functions are computed and stored
     in	WORKSPACE.

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

PARAMETERS    [Toc]    [Back]

     N1	- INTEGER.
     On	entry, N1 specifies the	number of elements in the first	dimension of
     the sequence to be	transformed.  Unchanged	on exit.

     N2	- INTEGER.
     On	entry, N2 specifies the	number of elements in the second dimension of
     the sequence to be	transformed.  Unchanged	on exit.

     N3	- INTEGER.
     On	entry, N3 specifies the	number of elements in the third	dimension of
     the sequence to be	transformed.  Unchanged	on exit.

     WORKSPACE - Array.    [Toc]    [Back]
     A work array which	must be	dimensioned at least (N1+15) + 2*(N2+15) +
     2*(N3+15).

     On	exit, WORKSPACE	will contain the prime factorizations of N1, N2	and
     N3, together with a tabulation of the trigonometric functions.





									Page 1






_FFT3DUI(3F)							  _FFT3DUI(3F)


SEE ALSO    [Toc]    [Back]

      
      
     o32fft


									PPPPaaaaggggeeee 2222
[ Back ]
 Similar pages
Name OS Title
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
sdfft1du IRIX 1D Real to Complex Fast Fourier Transform. FORTRAN SPECIFICATION subroutine DFFT1DU( job, n, sequence, inc, wo
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
cor1d IRIX 1D Correlation in the time domain. FORTRAN SPECIFICATION subroutine SCOR1D( f, incf, if0, nf, g, incg, ig0, ng
firm1d IRIX N 1D convolutions in the time domain. FORTRAN SPECIFICATION subroutine SFIRM1D( f, incf, ldf, ifx0, n_fx, ny,
iirm1d IRIX N 1D convolutions in the time domain. FORTRAN SPECIFICATION subroutine SIIRM1D( f, incf, ldf, ifx0, n_fx, ny,
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service