Changeset 2988 in Sophya for trunk/SophyaLib/NTools/fftservintf.cc
- Timestamp:
- Jun 23, 2006, 12:30:29 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/NTools/fftservintf.cc
r2870 r2988 104 104 \param out : Output real array 105 105 \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) 106 111 */ 107 112 void FFTServerInterface::FFTBackward(TArray< complex<r_8> > const &, TArray< r_8 > &, bool) … … 152 157 \param out : Output real array 153 158 \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 */ 155 165 void FFTServerInterface::FFTBackward(TArray< complex<r_4> > const &, TArray< r_4 > &, bool) 156 166 {
Note:
See TracChangeset
for help on using the changeset viewer.