Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Matlab 中,有一个ifft函数(快速傅里叶逆变换)- details。
ifft
特别是以下内容:
ifft(X,n,dim)
X它返回跨维度的逆 DFT dim。
X
dim
在 R 中,除了包之外还有一个类似的功能signal-详细信息
signal
但是它只允许 x 输入数组,如下所示:
ifft(x)
问题:
有没有办法在 R 中包含额外的维度,例如 Matlab 函数中的暗淡?
非常感谢您看我的问题,非常有帮助。
您在寻找? mvfft(带有inverse = TRUE)吗?
? mvfft
inverse = TRUE
mvfft按列执行(逆)FFT,但您可以重塑数据:
mvfft
t
aperm
dim<-