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 forscipy.signal.lti
, they are
now supported.- BUGFIX: Merge pull request from Thomas Russell Murphy, fixing an off-by-one
slicing error indsdemo3
(great catch! Thank you). - Fix typos in the documentation.