Skip to main content

a Python package to synthesize, simulate, scale and map to implementable topologies delta sigma modulators.

Project description

It aims to provide a 1:1 Python port of Richard Schreier’s *excellent* MATLAB Delta Sigma Toolbox, the de facto standard tool for high-level delta sigma simulation, upon which it is very heavily based.

Getting started

To have an idea of the currently implemented functionality, take a look at these IPython notebooks:

If you have some examples you would like to share, send me a mail, and I will add them to the above list.

Further functionality is expected to be ported according to the ROADMAP.

Documentation

  1. You can find the included package documentation online.

  2. The original MATLAB Toolbox provides in-depth documentation, which is very useful to understand what the toolbox is capable of. See DSToolbox.pdf and OnePageStory.pdf (PDF warning).

  3. The book:

Richard Schreier, Gabor C. Temes, Understanding Delta-Sigma Data Converters, ISBN: 978-0-471-46585-0, November 2004, Wiley-IEEE Press

is probably the most authoritative resource on the topic. Chapter 8-9 show how to use the MATLAB toolkit and the observations apply also to this Python port. Links on amazon, on the Wiley-IEEE press.

I am not affiliated with neither the sellers nor the authors.

CHANGES

Version 0.1 series

The 0.1 series features support for (real) baseband and passband modulator topologies.

0.1-3: Bugfixes, PEP8, more test coverage
  • deltasigma/_realizeNT_ct.py now supports FF topologies.

  • deltasigma/_pulse.py now supports MIMO systems.

  • pretty_lti() has been improved to provide the prettiest printing of LTIs to date.

  • Many documentation improvements and PEP8-related fixes.

0.1-2: Bugfixes, PEP8, DOC and most importantly a, g, b, c reshape.
  • The a, g, b, c coefficients are now 1-dimensional.

  • deltasigma/_stuffABCD.py: scalar b bugfix.

  • deltasigma/_logsmooth.py: fix bin width.

  • deltasigma/_utils.py: add mround(), round compatibly with MATLAB.

  • deltasigma/_utils.py: add root multiplicity support in pretty_lti().

  • deltasigma/_utils.py: bugfix in cplxpair for incoherent complex values.

0.1-1: Bugfix: most importantly fix realizeNTF_ct().

  • deltasigma/_realizeNTF_ct.py: Fixes for multi-timing, add unit tests for FB.

  • deltasigma/_pulse.py: Bugfix (reshape missing assignment), fix documentation formatting.

  • deltasigma/_bilogplot.py: Fix plot. Add unit test.

  • deltasigma/_rmsGain.py: Fix docstring.

  • deltasigma/_lollipop.py: Use matplotlib’s stem function. Enforce PEP8. Add support for color ‘None’.

0.1: Bugfix: missing copy() in mapABCD().

0.1rc4 : Multiple bugfixes. Py3k fixes. Test coverage up to 85+%.

0.1rc3 : Fix file-not-found issue with setup.py.

0.1rc2 : Fix travis and coveralls.io support.

0.1rc1 : Initial release

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

deltasigma-0.1-3.tar.gz (111.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page