predictSNR
Description
[
predicts the signal-to-noise ratio (SNR) versus the input amplitude curve of a binary
delta-sigma modulator using the describing function method [1].snr,amp,k0,k1,sigma_e2] = predictSNR(ntf,osr,amp,f0)
The describing function method assumes that the quantizer processes signal and noise components separately. The method models the quantizer as two linear gains, k0 and k1 and an additive white Gaussian noise source of power sigma_e2. The function assumes nearly infinite gain at the loop filter of the modulator at the test frequency.
Examples
Input Arguments
Output Arguments
References
[1] Ardalan, S., and J. Paulos. “An Analysis of Nonlinear Behavior in Delta - Sigma Modulators.” IEEE Transactions on Circuits and Systems 34, no. 6 (1987): 593–603. https://doi.org/10.1109/TCS.1987.1086187.
Version History
Introduced in R2026a
See Also
calculateTF | synthesizeNTF | realizeNTF | stuffABCD | mapABCD | scaleABCD | calculateSNR | simulateSNR | simulateDSM
