Skip to content

Instantly share code, notes, and snippets.

@gallamine
Created February 26, 2014 04:03
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save gallamine/9223302 to your computer and use it in GitHub Desktop.
Save gallamine/9223302 to your computer and use it in GitHub Desktop.
Blog post on compressed sensing. This is the IPython Notebook corresponding to the blogpost.
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@terminsen
Copy link

Very nice introduction to compressed sensing ! Thank you.

One little detail: In the present version of numpy (I use 1.14.3) you need to use np.fft.fft(Xhat) and np.fft.fft(X) in the very last section for the fast fourier transform and not only fft.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment