MinMax FIR NTF design (pydsm.NTFdesign.minmax)

This modules provides a minmax FIR design method for the NTF of ΔΣ modulators

Functions

ntf_fir_minmax([order, osr, H_inf, f0, zf]) Synthesize FIR NTF for LP or BP ΔΣ modulator by min-max optimization.

Deprecated Functions

synthesize_ntf_minmax([order, osr, H_inf, ...]) Alias of ntf_fir_minmax()

Notes

The design strategy implemented in this module was originally proposed by M. Nagahara and Y. Yamamoto. See the documentation of ntf_fir_minmax() for further details.