jingweimo的个人博客分享 http://blog.sciencenet.cn/u/jingweimo

博文

Use FFTW3 in Qt

已有 2486 次阅读 2019-5-8 00:22 |系统分类:科研笔记

1. Download precompiled FFTW Version 3.3.5 at http://www.fftw.org/download.html

2. Unzip the file and generate the import library (.lib file) according to the instructions at http://www.fftw.org/install/windows.html

cmd run:

     lib /def:libfftw3f-3.def

     lib /def:libfftw3-3.def

     lib /def:libfftw3l-3.def

Or, you may need to specify the machine explicitly:

     lib /machine:x64 /def:libfftw3f-3.def

     lib /machine:x64 /def:libfftw3-3.def

     lib /machine:x64 /def:libfftw3l-3.def

3. Put the unzipped file into the path

4. Set up the lib of a Qt project:

Untitled.png


References:

https://wiki.qt.io/How_to_use_FFTW

https://stackoverflow.com/questions/39675436/how-to-get-fftw-working-on-windows-for-dummies

https://stackoverflow.com/questions/40704437/add-fftw-library-to-qt-project



https://blog.sciencenet.cn/blog-578676-1177719.html

上一篇:[转载]Integration of Qt, OpenCV and Tensorflow
下一篇:Use Cuda in Qt
收藏 IP: 35.10.57.*| 热度|

0

该博文允许注册用户评论 请点击登录 评论 (0 个评论)

数据加载中...
扫一扫,分享此博文

Archiver|手机版|科学网 ( 京ICP备07017567号-12 )

GMT+8, 2024-5-7 09:52

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部