Metadata-Version: 1.1
Name: pyCSalgos
Version: 1.1.0
Summary: Python Compressed Sensing algorithms
Home-page: https://code.soundsoftware.ac.uk/projects/pycsalgos
Author: Nicolae Cleju
Author-email: nikcleju@gmail.com
License: UNKNOWN
Description: Python Compressed Sensing algorithms
        -------------------------------------
        
        Python implementation of various Compressed Sensing algorithms, some of them originally implemented in Matlab.
        Algorithms implemented:
        - l1 minimization from l1magic
        - Orthogonal Matching Pursuit
        - Smoothed L0
        - Greedy Analysis Pursuit
        - NESTA
        - Two Stage Thresholding
        - Analysis-By-Synthesis (my paper)
        
        Not thoroughly tested, but I use them for my research. Use at own risk. 
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Scientific/Engineering :: Mathematics
