📄 fftn.m
字号:
function f = fftn(x, siz)
%FFTN N-dimensional discrete Fourier Transform.
% FFTN(X) returns the N-dimensional discrete Fourier transform
% of the N-D array X. If X is a vector, the output will have
% the same orientation.
%
% FFTN(X,SIZ) pads X so that its size vector is SIZ before
% performing the transform. If any element of SIZ is smaller
% than the corresponding dimension of X, then X will be cropped
% in that dimension.
%
% See also FFT, IFFT, FFT2, IFFT2, IFFTN.
% Copyright 1984-2002 The MathWorks, Inc.
% $Revision: 1.13 $ $Date: 2002/06/05 17:06:38 $
% Built-in function.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -