Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 985 Bytes

README.rst

File metadata and controls

18 lines (11 loc) · 985 Bytes
https://readthedocs.org/projects/fpbinary/badge/?version=latest

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