如何使FFTW工作

编程入门 行业动态 更新时间:2024-10-20 07:44:12
本文介绍了如何使FFTW工作的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我在使用FFTW 3.3工作在我的系统上有问题。我从fftw网站下载文件,然后按照安装说明告诉我去终端,并键入

I am having problems getting FFTW 3.3 to work on my system.I downloaded the files from the fftw website, and then followed the installation instructions which told me to go to the terminal and type

./Configure make

并且一切似乎都可以,但是当我使用 include< fft3> 语句在C代码中尝试使用FFTW时,我得到致命错误

and everything seemed OK, but when I try and use FFTW in my C code by using the include<fft3> statement I get the fatal error

fatal error: 'fftw3.h' file not found

有谁知道我在做错什么?

Does anyone know what I am doing wrong?

我的IDE:Eclipse,我的系统:OSX 10.8

My IDE: Eclipse, My System: OSX 10.8

推荐答案

./configure make make install

您忘记了安装命令。

更多推荐

如何使FFTW工作

本文发布于:2023-11-25 15:27:34,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1630297.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:工作   FFTW

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!