Coder Social home page Coder Social logo

wieqli / py-itpp Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vidits-kth/py-itpp

0.0 1.0 0.0 1.46 MB

Python wrapper library for signal processing and communications research

License: MIT License

Makefile 1.11% Python 2.07% C++ 96.63% Shell 0.20%

py-itpp's Introduction

py-itpp

Python wrapper library for signal processing and communications research.

Description

py-itpp is a set of Python wrappers over the open source IT++ library (which is written in C++). The wrappers are built using PYBIND11 and compile to a shared library that can be imported into Python. The py-itpp data structures can be easily converted to Numpy ndarrays for further processing and plotting. In addition to fast prototyping for signal processing and communications research, py-itpp is motivated by research into machine learning for communication systems.

Support

As of v0.0.3, only Python3 is supported; Python2 is no longer supported by this library.

Native Installation

Clone this repo.

Python3:

cd py-itpp  
./install_prerequisites_python3.sh  
make install  
pip3 install -e .  

Close the terminal and open a new one.

Anaconda Installation

Clone this repo.

Python3:

cd py-itpp  
./install_prerequisites_python3.sh  
conda install boost
make install  
pip install -e .  

Usage

import itpp
a = itpp.vec('0:10:100')  
print(a)  

More info, examples, etc.

Examples: https://github.com/vidits-kth/py-itpp/tree/master/examples
Wiki: https://github.com/vidits-kth/py-itpp/wiki

py-itpp's People

Contributors

vidits-kth avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.