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.
我一直在尝试先在行上应用 fft,然后再在第一个应用程序产生的列上应用 fft。
我的问题是,当我尝试应用 ifft 时,我是否需要先将其应用到列,然后再应用到行,反之亦然还是没关系?
谢谢
不,应该没关系。你在看什么?如果您颠倒顺序(行和列)并且得到不同的答案,则可能有错误。您是使用库进行 FFT 还是滚动您自己的方法?而且...如果您使用的是图书馆,他们是否有可用的 2D 版本?