This is where navigation should be.

FFTREAL - FFT for real valued input data

Usage

f=fftreal(f);
f=fftreal(f,N,dim);

Description

fftreal(f) computes the coefficients corresponding to the positive frequencies of the FFT of the real valued input signal f.

The function takes exactly the same arguments as fft. See the help on fft for a thorough description.