• F =
fft2(A) -- Fourier transform: F is A’s frequencies
• A =
ifft2(F) -- inverse Fourier: A is F’s image
• F2 =
fftshift(F) -- places the coordinate system at center
•
• diary <file> -- start recording
to a file
• keyboard -- give control back
to user until return
• double vs. uint8 --
data casting functions
• zeros(x,y,…) -- creates an all-zero x by
y … matrix