Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
compressed_sensing
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Erik Strand
compressed_sensing
Commits
8eb0f201
Commit
8eb0f201
authored
6 years ago
by
Erik Strand
Browse files
Options
Downloads
Patches
Plain Diff
Add README.md
parent
dc8f6112
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+30
-0
30 additions, 0 deletions
README.md
with
30 additions
and
0 deletions
README.md
0 → 100644
+
30
−
0
View file @
8eb0f201
# Compressed Sensing
I used this code to solve problem 15.7 of Neil's Physics of Information
Technology, as taught spring 2019. For now you can access the class page
[
here
](
http://fab.cba.mit.edu/classes/862.19/
)
, and my solutions for this
particular problem set
[
here
](
http://fab.cba.mit.edu/classes/862.19/people/erik/psets/12.html
)
, though
these links may
change in the future and I don't promise to keep this up to date.
## Dependencies
The C++ code is built with cmake, and uses Eigen. It prints numpy arrays to
stdout that you can paste into
`plotter.py`
(sorry). The plotting code uses
numpy and matplotlib. I use Python 3 but it would probably work with Python 2 as
well.
## Building
First clone the repo, or download and extract all files. Then from the project's
root directory, run
```
mkdir build
cd build
cmake ..
make
```
An executable
`compressed_sensing`
will be generated in the
`build`
directory.
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment