PyDSM Logo
  • Introduction
  • Getting Started
  • Reference guide
    • Main modules
      • Code ported/reimplemented from the DELSIG toolbox (pydsm.delsig)
      • Synthesis of the NTF of Delta Sigma modulators (pydsm.NTFdesign)
      • Delsig based NTF synthesis (pydsm.NTFdesign.delsig)
      • Noise weighting NTF synthesis (pydsm.NTFdesign.weighting)
      • MinMax FIR NTF design (pydsm.NTFdesign.minmax)
      • Psychoacoustic NTF design (pydsm.NTFdesign.psychoacoustic)
      • Computation of NTF related merit factors (pydsm.NTFdesign.merit_factors)
        • Functions
      • Helper functions for NTF design (pydsm.NTFdesign.helpers)
      • Legacy NTF synthesis methods (pydsm.NTFdesign.legacy)
      • Output filter based NTF synthesis (pydsm.NTFdesign.filter_based)
      • Simulation of Delta Sigma modulators (pydsm.simulation)
      • Acoustic weighting functions (pydsm.audio_weightings)
      • ISO 226 loudness countours (pydsm.iso226)
    • Utility modules
    • Error handling
  • How to reproduce published results
  • License
  • Code vendored in PyDSM
  • Bibliographic references
  • Changelog
PyDSM
  • Reference guide
  • Synthesis of the NTF of Delta Sigma modulators (pydsm.NTFdesign)
  • Computation of NTF related merit factors (pydsm.NTFdesign.merit_factors)

Computation of NTF related merit factors (pydsm.NTFdesign.merit_factors)

This module provides functions for the computation of NTF merit factors

Functions

quantization_noise_gain(NTF[, w, bounds, avg])

Compute the NTF quantization noise power gain.

Previous Next

© Copyright 2012-2025, Sergio Callegari.

Built with Sphinx using a theme provided by Read the Docs.