College of Natural Sciences
 
FAQs
This is for IE7 to hold div open

1.3.5.3. What is the sign convention used in MATLAB's fft routines?

The fft in MATLAB is defined as sum(x(i)*exp(-j*i*k/N)) and not sum(x(i)*exp(j*i*k/N)). The first version is traditionally used by engineers, the second version by mathematicians.