Created
February 26, 2014 04:03
-
-
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.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.