Skip to content

python-deltasigma v.0.2.2

Latest
Compare
Choose a tag to compare
@ggventurini ggventurini released this 05 Aug 19:09
· 3 commits to master since this release

python-deltasigma is a Python package to synthesize, simulate, scale and map to implementable topologies Delta-Sigma modulators. It is a port of R. Schreier's MATLAB Toolbox.

The 0.2 series features support for real and quadrature baseband and passband
modulator topologies.

CHANGELOG:

0.2.2: Add support for scipy 0.16.x.

  • scipy introduced several subclasses for scipy.signal.lti, they are
    now supported.
  • BUGFIX: Merge pull request from Thomas Russell Murphy, fixing an off-by-one
    slicing error in dsdemo3 (great catch! Thank you).
  • Fix typos in the documentation.