Ignore:
Timestamp:
Jun 23, 2006, 12:30:29 PM (19 years ago)
Author:
ansari
Message:

1/ MAJ documentation/commentaire dans FFTServerInterface (fftservintf.cc)
2/ Ajout flag use_out_size d'utilisation de la taille du tableau reel de
sortie pour FFTBack(complex->real) dans ReShapetoReal() pour FFTPackServer
(fichiers fftpserver.h .cc)

Reza 23 Juin 2006

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/NTools/fftservintf.cc

    r2870 r2988  
    104104  \param out : Output real array
    105105  \param usoutsz : if true, use the output array size for computing the inverse FFT.
     106
     107  In all cases, the input/output array sizes compatibility is checked.
     108  if usoutsz == false, the size of the real array is selected based on the
     109  the imaginary part of the input complex array at the nyquist frequency.
     110  size_out_real = 2*size_in_complex - ( 1 or 2)   
    106111 */
    107112void FFTServerInterface::FFTBackward(TArray< complex<r_8> > const &, TArray< r_8 > &, bool)
     
    152157  \param out : Output real array
    153158  \param usoutsz : if true, use the output array size for computing the inverse FFT.
    154  */
     159
     160  In all cases, the input/output array sizes compatibility is checked.
     161  if usoutsz == false, the size of the real array is selected based on the
     162  the imaginary part of the input complex array at the nyquist frequency.
     163  size_out_real = 2*size_in_complex - ( 1 or 2)   
     164*/
    155165void FFTServerInterface::FFTBackward(TArray< complex<r_4> > const &, TArray< r_4 > &, bool)
    156166{
Note: See TracChangeset for help on using the changeset viewer.