velvet

Beautiful signal processing and communications algorithms in Python


Keywords
signal, processing, communications, DSP
License
MIT-feh
Install
pip install velvet==0.0.2

Documentation

Travis Coveralls PyPI Version PyPI Downloads PyPI Python Versions

Velvet

"That's beautiful, what is that velvet?"

Note

This project is still in the planning phase. The foundation of

the project is still being configured. Once that is complete, actual signal processing functionality will be added.

Velvet provides signal processing and communications algorithms in Python. Typical usage often looks like this:

#!/usr/bin/env python

import velvet as vt

Install

Requirements/Dependencies

  • Python 2.7 or above
  • NumPy 1.7 or above
  • SciPy 0.13 or above
  • Matplotlib 1.3.1 or above

The package is available on PyPI:

$ pip install velvet

To get the latest development work, clone from github and install as follows:

$ git clone https://github.com/sgwoodjr/velvet.git
$ cd velvet
$ python setup.py install

Unit testing:

$ nosetests -v

Run unit tests with a coverage report:

$ nosetests -v --with-coverage --cover-html --cover-package=velvet

Contribute

Write a bug report or send a pull request.
Here is what others have done contributors

License

Copyright (c) 2015 SGW
The source code is available under the New BSD License.
See LICENSE for further details.