Skip to content

Instantly share code, notes, and snippets.

@embed
Created March 13, 2010 17:16
Show Gist options
  • Save embed/331446 to your computer and use it in GitHub Desktop.
Save embed/331446 to your computer and use it in GitHub Desktop.
FFT test octave/matlab
x=randn(1024,1024);
%stacksize('max')
tic
X=fft(x);
X=fft(x);
X=fft(x);
X=fft(x);
X=fft(x);
X=fft(x);
X=fft(x);
X=fft(x);
toc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment