Changeset 1585 for trunk/archive/pslib/include/psFFT.h
- Timestamp:
- Aug 18, 2004, 5:18:31 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/archive/pslib/include/psFFT.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/archive/pslib/include/psFFT.h
r825 r1585 34 34 ; 35 35 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 of40 ;41 42 36 /** Get the real part of a vector */ 43 37 psVector * … … 65 59 ; 66 60 61 /** Calculate power spectrum of a vector of floating-point numbers */ 62 psVector * 63 psVectorPowerSpectrum(psVector *out, ///< Vector for output (or NULL) 64 const psVector *vector) ///< Vector to obtain power spectrum of 65 ; 66 67 67 /**** Image FFT & Complex functions ****/ 68 68 … … 72 72 const psImage *image, ///< image to transform (if forward, may be real) 73 73 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 of80 74 ; 81 75 … … 106 100 107 101 102 /** Calculate power spectrum of an image */ 103 psImage * 104 psImagePowerSpectrum(psImage *out, ///< Image for output (or NULL) 105 const psImage *image) ///< Image to obtain power spectrum of 106 ; 107 108 108 /* \} */ // End of MathGroup Functions 109 109
Note:
See TracChangeset
for help on using the changeset viewer.
