From: Tristram Scott on 4 Feb 2010 03:28 kk aKI <akikumar1983(a)gmail.com> wrote: [extra big snip] > lOOKING FOR SOME HELP I have always found the fftw documentation to be very helpful. Have you attempted to follow the information in that to build a test program using your chosen compiler and OS, but without the added complication of MATLAB? If you can make it work stand-alone then people here can likely help you along with putting a MEX wrapper around it. If you can't build it stand alone, then your problem is not with MATLAB, and your request for help might be better answered in another newsgroup. -- Dr Tristram J. Scott Energy Consultant
From: kk aKI on 5 Feb 2010 19:04 tristram.scott(a)ntlworld.com (Tristram Scott) wrote in message <uyvan.267263$Jg5.50324(a)newsfe02.ams2>... > kk aKI <akikumar1983(a)gmail.com> wrote: > > [extra big snip] > > > lOOKING FOR SOME HELP > > I have always found the fftw documentation to be very helpful. Have you > attempted to follow the information in that to build a test program using > your chosen compiler and OS, but without the added complication of MATLAB? > > If you can make it work stand-alone then people here can likely help you > along with putting a MEX wrapper around it. If you can't build it stand > alone, then your problem is not with MATLAB, and your request for help > might be better answered in another newsgroup. > > > -- > Dr Tristram J. Scott > Energy Consultant Well I easily compiled with CYGWIN ..but i dont know how to access it through matlab
From: Tristram Scott on 8 Feb 2010 04:01 kk aKI <akikumar1983(a)gmail.com> wrote: [snip] > Well I easily compiled with CYGWIN ..but i dont know how to access it > through matlab With a mex wrapper, as described in the External Interfaces manual. You will need to include the fftw header files, and link against the fftw libraries. If you post your example code, the commands you are running, and the errors you get, perhaps someone can help you further. -- Dr Tristram J. Scott Energy Consultant
First
|
Prev
|
Pages: 1 2 Prev: OFDM in ZF and MMSE channel Next: problem with using 'fill' on an array of 4 data points |