Metadata-Version: 2.1
Name: scikit-sdr
Version: 0.2.dev0
Summary: SDR scikit package
Home-page: https://github.com/dave-pi/scikit-sdr
Author: David Pi
Author-email: david.pinho@gmail.com
Maintainer: David Pi
Maintainer-email: david.pinho@gmail.com
License: MIT
Download-URL: https://github.com/dave-pi/scikit-sdr
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: scipy

# 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



