gpt4 book ai didi

matlab - MATLAB 中的快速傅里叶变换

转载 作者:行者123 更新时间:2023-12-01 14:00:24 27 4
gpt4 key购买 nike

我在 MATLAB 中找到了一些代码:

y = fft(y, nfft);

其中y是一个512x443的二维数组,nfft = 512。

我认为 fft 用于一维数组,而对于二维数组应该有 fft2,但 fft 有效。这怎么可能?

最佳答案

来自documentation (强调我的):

Y = fft(x) returns the discrete Fourier transform (DFT) of vector x, computed with a fast Fourier transform (FFT) algorithm.

If the input X is a matrix, Y = fft(X) returns the Fourier transform of each column of the matrix.

关于matlab - MATLAB 中的快速傅里叶变换,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8419522/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com