• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
fftw_complex
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Prev by Date: Re: getting started with CoreAudio plugin for Final Cut Pro
  • Next by Date: Newbie Q: VariSpeed AU?
  • Previous by thread: Re: getting started with CoreAudio plugin for Final Cut Pro
  • Next by thread: re: fftw_complex
  • Index(es):
    • Date
    • Thread