Compressed Sensing library for 1D Spectroscopic Profiling Data
Project description
cs1
Compressed Sensing library for 1D Spectroscopic Profiling
Installation
pip install cs1
A simple startup
from cs1 import cs, adaptive
# Generate common non-adaptive bases and save to a local pickle file.
# The generation process can be very slow, so save it for future use.
cs.Generate_PSIHs(n, savepath = 'PSIHs_' + str(n) + '.pkl') # n is the data/signal dimensionality
# load back bases
file = open('PSIs_' + str(n) + '.pkl','rb')
PSIs = pickle.load(file)
file.close()
# sparsity analysis
Analyze_Sparsity(x, PSIs)
# compare different bases and sampling ratio on a single sample
rmses = GridSearch_Sensing_n_Recovery(x, PSIs, solver = 'LASSO') # returns relative MSEs
low-level cs functions
dftmtx()
dctmtx()
hwtmtx()
Sensing()
Recovery()
Mutual_Coherence()
...
singal processing functions for other domains
Simulate_ECG()
dct_lossy_signal_compression()
dft_lossy_signal_compression()
img_dct()
img_dft()
dct_lossy_image_compression()
dft_lossy_image_compression()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cs1-0.0.3.tar.gz
(2.0 kB
view details)
Built Distribution
cs1-0.0.3-py3-none-any.whl
(2.2 kB
view details)
File details
Details for the file cs1-0.0.3.tar.gz
.
File metadata
- Download URL: cs1-0.0.3.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/1.5.0 pkginfo/1.8.2 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 32bd14119b308f5564a577b568ccdd3bfb13704fcfe056305b1e126a5af65285 |
|
MD5 | b7ca62f30af3bca7d7a6d198d0b42609 |
|
BLAKE2b-256 | 55b90acbc36e4073fcd3a977edfecb57b0b05bdaf32a409e52c1c6dadc9b03dd |
File details
Details for the file cs1-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: cs1-0.0.3-py3-none-any.whl
- Upload date:
- Size: 2.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/1.5.0 pkginfo/1.8.2 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7b7e43da672657e8d6d5765fd1417baabfef2431e848b1b046f64072e17bab39 |
|
MD5 | a333488a31f40899a35e88e36e025af4 |
|
BLAKE2b-256 | c4906309d50074b4d7bcb8f17be6896f59bf5429f4fee6ecf7ff7771bdba3f1a |