smlgit / fpbinary

Fixed point package for Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

image

image

Introduction

fpbinary is a binary fixed point package for Python. It is written as an extension module for the CPython implementation of Python.

fpbinary was created with fast simulation of math-intensive systems destined for digital hardware (e.g. signal processing) in mind. While Python has great support for signal processing functions, there is no offical fixed point package. Implementaions written completely in Python tend to be frustratingly slow, so fpbinary is an attempt to make fixed point simulation of large, complex hardware systems in Python viable.

Documentation

For installation instructions, feature list and other documentation: Read the Docs

About

Fixed point package for Python.

License:GNU General Public License v2.0


Languages

Language:Python 53.0%Language:C 46.5%Language:Shell 0.6%