Blog post on compressed sensing. This is the IPython Notebook corresponding to the blogpost.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This comment has been minimized.
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.