Fourier transform: Difference between revisions

Line 59: Line 59:


'''IFFT'''<br>
'''IFFT'''<br>
<math>IFFT(f) = (1/n) \bar{FFT}(\bar{f})</math>
<math>IFFT(f) = (1/n) FFT^*(f^*)</math>
* Where <math>^*</math> is the conjugate.


'''2D FFT'''<br>
'''2D FFT'''<br>