Correlation type | Spectrum | Scope |
---|---|---|
A | FFT(A) | A(t) |
B | FFT(B) | B(t) |
A+B | FFT(A+B) | (A+B)(t) |
A.B* | FFT(A.B*) | (A.B*)(t) |
IFFT | FFT(A)*FFT(B)* | IFFT(FFT(A).FFT(B)*) |
IFFT | FFT(A)*FFT(B)* | IFFT(FFT(A).FFT(B)*) with special manipulation (see above) |
FFT | FFT(A)*FFT(B)* over 1 FFT length | FFT(A)*FFT(B)* possibly over several FFT lengths depending on trace length |
IFFT2 | FFT(A)*FFT(B)* | IFFT(FFT(A).FFT(B)*) with positive and negative times |