Simulation of Delta Sigma modulators (pydsm.simulation)

This module provides some functions for the simulation of of ΔΣ modulators. Currently, the functions included in this module are just alternative entry points for functions in the pydsm.delsig module.

Functions

simulateDSM(u, arg2[, nlev, x0, store_xn, ...]) Computes the output of a general delta-sigma modulator.
ds_quantize(y, n) Quantize a signal according to a given number of levels.