Changeset 4162 for trunk/psLib/src/fft/psVectorFFT.h
- Timestamp:
- Jun 8, 2005, 1:40:46 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/fft/psVectorFFT.h (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/fft/psVectorFFT.h
r3264 r4162 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1.1 7$ $Name: not supported by cvs2svn $10 * @date $Date: 2005-0 2-17 19:26:23$9 * @version $Revision: 1.18 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2005-06-08 23:40:45 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 36 36 /** Forward and reverse FFT calculations. 37 37 * 38 * This takes as input the vector of interest (in) and the direction 38 * This takes as input the vector of interest (in) and the direction 39 39 * (direction), which is specified by an enumerated type psFftDirection. 40 * The input vector may be of type psF32 or psC32, the result is always 41 * psC32. If the input vector is psF32, the direction must be forward. 42 * 40 * The input vector may be of type psF32 or psC32, the result is always 41 * psC32. If the input vector is psF32, the direction must be forward. 42 * 43 43 * @return psVector* the FFT transformation result 44 44 */ … … 50 50 51 51 /** extract the real portion of a complex vector 52 * 52 * 53 53 * @return psVector* real portion of the input vector. 54 54 */ … … 59 59 60 60 /** extract the imaginary portion of a complex vector 61 * 61 * 62 62 * @return psVector* imaginary portion of the input vector. 63 63 */ … … 68 68 69 69 /** creates a complex vector from separate real and imaginary vectors 70 * 70 * 71 71 * @return psVector* resulting complex vector 72 72 */ … … 78 78 79 79 /** computes the complex conjugate of a vector 80 * 80 * 81 81 * @return psVector* the complex conjugate of the 'in' vector 82 82 */ … … 87 87 88 88 /** computes the power spectrum of a vector 89 * 89 * 90 90 * @return psVector* the power spectrum of the 'in' vector 91 91 */ … … 97 97 /// @} 98 98 99 #endif 99 #endif // #ifndef PS_VECTOR_FFT_H
Note:
See TracChangeset
for help on using the changeset viewer.
