fixif/FXPF
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
====
FXPF
===
A python wrapper for the Fixed-Point Formats (FXPF) library.
For a LTI IIR filter in state-space representation H={A,B,C,D}, bound on input values
u and wordlegths for state- and output-variable representation the library, if possible,
determines Fixed-Point Formats for its state- and output-variables such that no overflow
occurs.
(See the associated article https://hal.sorbonne-universite.fr/hal-01308403)
A minimal python wrapper is provided (and used in the FiXiF project)
.. image:: https://travis-ci.org/fixif/FXPF.svg?branch=master
:target: https://travis-ci.org/fixif/FXPF
:align: right
.. image:: https://coveralls.io/repos/github/fixif/FXPF/badge.svg?branch=master
:target: https://coveralls.io/github/fixif/FXPF?branch=master
:align: right