- Timestamp:
- Dec 14, 2004, 11:16:28 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/dataManip/verified/tst_psVectorFFT.stderr
r2284 r2713 5 5 \**********************************************************************************/ 6 6 7 <DATE><TIME>|<HOST>|I|testVectorFFT 8 Following should generate an error message. 9 <DATE><TIME>|<HOST>|E|psVectorFFT (psVectorFFT.c:<LINENO>) 10 Must specify the direction as either PS_FFT_FORWARD or PS_FFT_REVERSE. 7 11 8 12 ---> TESTPOINT PASSED (psFFT{psVectorFFT} | tst_psVectorFFT.c) … … 14 18 \**********************************************************************************/ 15 19 20 <DATE><TIME>|<HOST>|I|testVectorRealImaginary 21 Following should generate a warning. 22 <DATE><TIME>|<HOST>|W|psVectorReal 23 Real portion of a non-Complex type called called for. Just a vector copy was performed. 24 <DATE><TIME>|<HOST>|I|testVectorRealImaginary 25 Following should generate a warning. 26 <DATE><TIME>|<HOST>|W|psVectorImaginary 27 Imaginary portion of a non-Complex type called for. A zeroed vector was returned. 16 28 17 29 ---> TESTPOINT PASSED (psFFT{psVectorRealImaginary} | tst_psVectorFFT.c) … … 27 39 <DATE><TIME>|<HOST>|E|psVectorComplex (psVectorFFT.c:<LINENO>) 28 40 Real psVector type, psF32, and imaginary psVector type, psF64, must be the same. 41 <DATE><TIME>|<HOST>|I|testVectorComplex 42 Following should generate an error message. 43 <DATE><TIME>|<HOST>|E|psVectorComplex (psVectorFFT.c:<LINENO>) 44 Input psVector type, psS8, is required to be either psF32 or psF64. 29 45 30 46 ---> TESTPOINT PASSED (psFFT{psVectorComplex} | tst_psVectorFFT.c) … … 36 52 \**********************************************************************************/ 37 53 54 <DATE><TIME>|<HOST>|I|testVectorConjugate 55 Following should generate a warning message. 56 <DATE><TIME>|<HOST>|W|psVectorConjugate 57 Complex Conjugate of a non-Complex type called for. Vector copy was performed instead. 38 58 39 59 ---> TESTPOINT PASSED (psFFT{psVectorConjugate} | tst_psVectorFFT.c) … … 45 65 \**********************************************************************************/ 46 66 67 <DATE><TIME>|<HOST>|I|testVectorPowerSpectrum 68 Following should generate an error message. 69 <DATE><TIME>|<HOST>|E|psVectorPowerSpectrum (psVectorFFT.c:<LINENO>) 70 Input psVector type, psF32, is required to be either psC32 or psC64. 47 71 48 72 ---> TESTPOINT PASSED (psFFT{psVectorPowerSpectrum} | tst_psVectorFFT.c)
Note:
See TracChangeset
for help on using the changeset viewer.
