IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 18, 2004, 5:18:31 PM (22 years ago)
Author:
Paul Price
Message:

Updating from SDRS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/archive/pslib/include/psFFT.h

    r825 r1585  
    3434;
    3535
    36 /** Calculate power spectrum of a vector of floating-point numbers */
    37 psVector *
    38 psVectorPowerSpectrum(psVector *out,    ///< Vector for output (or NULL)
    39                       const psVector *vector) ///< Vector to obtain power spectrum of
    40 ;
    41 
    4236/** Get the real part of a vector */
    4337psVector *
     
    6559;
    6660
     61/** Calculate power spectrum of a vector of floating-point numbers */
     62psVector *
     63psVectorPowerSpectrum(psVector *out,    ///< Vector for output (or NULL)
     64                      const psVector *vector) ///< Vector to obtain power spectrum of
     65;
     66
    6767/**** Image FFT & Complex functions ****/
    6868
     
    7272           const psImage *image,        ///< image to transform (if forward, may be real)
    7373           psFFTFlags dir)              ///< FFT direction
    74 ;
    75 
    76 /** Calculate power spectrum of an image */
    77 psImage *
    78 psImagePowerSpectrum(psImage *out,      ///< Image for output (or NULL)
    79                      const psImage *image) ///< Image to obtain power spectrum of
    8074;
    8175
     
    106100
    107101
     102/** Calculate power spectrum of an image */
     103psImage *
     104psImagePowerSpectrum(psImage *out,      ///< Image for output (or NULL)
     105                     const psImage *image) ///< Image to obtain power spectrum of
     106;
     107
    108108/* \} */ // End of MathGroup Functions
    109109
Note: See TracChangeset for help on using the changeset viewer.