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.
在 mathcad 中有两个函数:cfft 和 icfft。我的java代码也需要同样的东西。它应该适用于一维和二维数组。
任何人都知道任何Java库吗?我尝试使用 Appache Common Math FastFourierTransformer 类,但数据集的长度是 2 的幂。
检查JTransforms是否适合您的需求。这是众所周知的,非常快速的实施。