From: Chris on
My understanding is that MATLAB utilizes the popular FFTW c-library to do its FFTs. In the FFTW library is a function for computing only the positive half of the FFT when the input is purely real. Does anyone know if there is a way to access this in MATLAB or not?
From: kk KKsingh on
"Chris " <news(a)comcast.com> wrote in message <i235ud$iof$1(a)fred.mathworks.com>...
> My understanding is that MATLAB utilizes the popular FFTW c-library to do its FFTs. In the FFTW library is a function for computing only the positive half of the FFT when the input is purely real. Does anyone know if there is a way to access this in MATLAB or not?

No ! You cant access FFTW Seprately ! have to call from FFT .....if you want to use FFTW seprately make it in form of mex file