Metadata-Version: 2.1
Name: scikit-sdr
Version: 0.3.dev0
Summary: Python 3 library that provides algorithms for building digital communication systems and for experimenting with DSP and SDR
Home-page: https://github.com/dave-pi/scikit-sdr
Author: David Pi
Author-email: david.pinho@gmail.com
License: GPLv3+
Project-URL: Documentation, http://komm.readthedocs.io/
Project-URL: Source, https://github.com/rwnobrega/komm/
Description: # scikit-sdr
        
        **scikit-sdr** is a Python 3 library that provides algorithms for building digital communication systems and for experimenting with DSP and SDR.
        The structure of the library is as follows:
        
        - ``sksdr``:&nbsp;source code for algorithms
        - ``tests``:&nbsp;units tests using the pytest framework
        - ``demo``:&nbsp;demonstrations using Jupyter notebooks
        - ``gnuradio``:&nbsp;GNU Radio wrappers contained in an OOT module (``gnuradio/gr-grsksdr``) and some demonstration flowgraphs (``gnuradio/demo``)
        - ``docs``:&nbsp;Sphinx documentation
        
        Some of this work as been inspired and/or based of other libraries such as [komm](https://github.com/rwnobrega/komm) and [scikit-dsp-comm](https://github.com/mwickert/scikit-dsp-comm). Other sources include the books:
        -  "Digital Communications: A Discrete-time Approach" by Michael Rice
        - "Understanding Digital Signal Processing" by Richard G. Lyons
        - "Digital Signal Processing: Principles, Algorithms and Applications" by John G. Proakis and Dimitris G. Manolakis
        
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.6
Description-Content-Type: text/markdown
