English 中文(简体)
有一个特定的“FFTW”校准是用单一或两倍的精确度汇编的?
原标题:Wither a given FFTW lib was compiled in a single or double precision?
  • 时间:2011-11-24 12:27:42
  •  标签:
  • fftw

是否有办法进行核查——与FFTW进行单一或双重汇编?

最佳回答

如果图书馆的名称有点,它就是一个精确的。 否则,这是双重的。 例如,

页: 1

libfftw3f.a

问题回答

暂无回答




相关问题
How to batch FFT in C

I am trying to do a batch FFT on 50 images using the following snippet: pix3 = n*pix1*pix2; fftwf_complex *in2, *f2h; //input for FFT2 in2 = (fftwf_complex*)fftwf_malloc(sizeof(fftwf_complex) * pix3);...

Implement Hann Window

I take blocks of incoming data and pass them through fftw to get some spectral information. Everything seems to be working, however I think I m getting some aliasing issues. I ve been trying to work ...

static linking fftw3 into shared library

I m working on some pitch correction software for Android, and I am looking to get fftw3 working on Android using the NDK. The pitch correction library (talentedhack, http://code.google.com/p/...

fftw3 on windows 64-bit

I would like to use FFTW3 on Windows-64 bit. I follow the instructions on FFTW website: download the package, unzip, run lib.exe to create .lib "import libraries". After doing so, I build my ...

How to integrate FFTW3 into an iPhone app?

I m trying to integrate the FFTW3 (a GNU FFT library written in C, http://www.fftw.org/) into an iPhone app. I downloaded the source code and I found there are hundreds of .h and .c files along with a ...

fftw in Visual Studio?

I m trying to link my project with fftw and so far, I ve gotten it to compile, but not link. As the site said, I generated all the .lib files (even though I m only using double precision), and copied ...

Magnitude of FFT result depends on wave frequency?

I m baffled by the results I m getting from FFT and would appreciate any help. I m using FFTW 3.2.2 but have gotten similar results with other FFT implementations (in Java). When I take the FFT of a ...

热门标签