Thread: fourier transform in C

  1. #1
    Registered User
    Join Date
    Feb 2004
    Posts
    2

    Question fourier transform in C

    hi.
    as part of my project at uni, i need to perform a fourier transform on an array of real data points. these are in y[]. the trouble is i don't really know where to start

    does anyone know if there are any pre-made functions included in the include files or know anyway of doing this.

    (im using Salford Plato v2.21)

    thanks,
    blinky

  2. #2
    Registered User
    Join Date
    Feb 2004
    Posts
    46
    Yours is a common problem. If you search the web you'll find plenty of implementations in C.

  3. #3
    Registered User Sargnagel's Avatar
    Join Date
    Aug 2002
    Posts
    166

  4. #4
    Registered User
    Join Date
    Feb 2004
    Posts
    2
    ok thanks, i'll take a look
    will this download and be able to be put into a compiler??

  5. #5
    Registered User Sargnagel's Avatar
    Join Date
    Aug 2002
    Posts
    166
    If you're refering to www.fftw.org then you'll have to compile the fftw-library. Just follow the instructions in the manual .

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. 2d Cubik program in C
    By joot43 in forum C Programming
    Replies: 4
    Last Post: 05-25-2009, 07:17 AM
  2. how to transform integer to char..
    By transgalactic2 in forum C Programming
    Replies: 7
    Last Post: 01-09-2009, 08:34 AM
  3. transform help!!!
    By what3v3r in forum C++ Programming
    Replies: 7
    Last Post: 01-16-2006, 10:27 PM
  4. Fourier Transform
    By srikanthreddy in forum C++ Programming
    Replies: 2
    Last Post: 04-09-2005, 08:36 AM
  5. fourier transform support
    By Unregistered in forum A Brief History of Cprogramming.com
    Replies: 1
    Last Post: 01-28-2002, 11:59 AM