Windows 上的 FFT 库编译

发布于 2024-12-21 05:55:31 字数 97 浏览 0 评论 0原文

我在 Windows XP 上使用 Visual C++ 6.0,并尝试在我的项目中使用 FFTW 或 KISSFFT 库。有人可以帮助我了解如何编译它们并将它们链接到我的程序吗?

I'm using Visual C++ 6.0 on Windows XP and am trying to use FFTW or KISSFFT libraries for my project. Can someone help me understand how I can compile and link them to my program?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

虫児飞 2024-12-28 05:55:31

似乎这里有项目文件:http://www.fftw.org/install/windows。 html 。没有理由使用 VS 6。

It seems that there are project files here : http://www.fftw.org/install/windows.html . There is no reason to use VS 6.

掩于岁月 2024-12-28 05:55:31

该库的作者不建议使用 Microsoft Visual Studio 编译器 (http://www.fftw .org/install/windows.html

仔细阅读 FFTW 库的文档(请参阅 FFTW 库包内的 ./doc/fftw3.pdf 文件)。根据文档的 10.2 条款,没有直接的方法可以在 Microsoft Visual Studio 下编译它,例如打开 Visual Studio 解决方案并按“构建”按钮。但如果您遵循本条款中的建议,您就有希望能够做到这一点。

10.2 在非 Unix 系统上安装
即使在缺乏 FFTW 的非 Unix 系统上,编译 FFTW 也应该相对简单
配置脚本的细节... bla bla bla

The authors of the library don't recomend to use Microsoft Visual Studio Compiler (http://www.fftw.org/install/windows.html)

Read carefully documentation for FFTW library (see ./doc/fftw3.pdf file inside FFTW library package). According to 10.2 clause of documentation, there is no straightforward way to compile it under Microsoft Visual Studio, like open Visual Studio solution and press "build" button. But there is a hope you will be able to do that if you will follow recomendations in this clause.

10.2 Installation on non-Unix systems
It should be relatively straightforward to compile FFTW even on non-Unix systems lacking the
niceties of a configure script... bla bla bla

不语却知心 2024-12-28 05:55:31

您可以使用http://cygwin.org来构建;我之前尝试过,效果很好

You can use http://cygwin.org to build; i've tried before it work very well

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文