fftw_complex
fftw_complex
- Subject: fftw_complex
- From: Aristotel Digenis <email@hidden>
- Date: Fri, 26 Nov 2004 17:37:43 +0100
Hello,
I have installed FFTW (Fastest FFT in the West) on OS X. I have written
the following which is actually a part of the FFTW tutorial, but I get
an error which I can't understand.
fftw_complex *in;
in = fftw_malloc(sizeof(fftw_complex) * 512);
and the error I get is:
invalid conversion from 'void*' to 'double (*)[2]'
I tried
in = (double*) fftw_malloc(sizeof(fftw_complex) * 512);
but obviously no luck.
Any ideas? I have looked on the net for similar problems and no luck.
Anybody else using FFTW on a mac?
Thanks in advance,
Aristotel
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden