[Master Index] [Index for /tools/hpmatlab/toolbox/matlab/datafun]

fft2

(/tools/hpmatlab/toolbox/matlab/datafun/fft2.m)


Function Synopsis

f = fft2(x, mrows, ncols)

Help text

FFT2	Two-dimensional Fast Fourier Transform.
	FFT2(X) returns the two-dimensional Fourier transform of matrix X.
	If X is a vector, the result will have the same orientation.
	FFT2(X,MROWS,NCOLS) pads matrix X with zeros to size MROWS-by-NCOLS
	before transforming.

	See also IFFT2, FFT, IFFT, FFTSHIFT.

Cross-Reference Information

This function calls

Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON