noisepsd
Power spectral density of filter output due to round-off noise
Syntax
Description
computes the power spectral density (PSD) of filter output occurring because of round-off
noise. The round-off noise is produced by quantization errors within the filter. The PSD is
computed as an average over the noisepsdOut
= noisepsd(sysobj
,L
)L
trials.
specifies options using one or more name-value pair arguments in addition to the input
arguments in the previous syntax.noisepsdOut
= noisepsd(___,Name=Value
)
uses an options object to specify the optional input parameters in lieu of specifying
name-value pairs.noisepsdOut
= noisepsd(sysobj
,L
,opts
)
analyzes the filter System object™ based on the arithmetic specified in the noisepsdOut
= noisepsd(sysobj
,Arithmetic=arithType
)arithType
input.
noisepsd(
with no
output argument plots the noise PSD estimate of the filter System object.sysobj
,___)
Examples
Input Arguments
Name-Value Arguments
Output Arguments
References
[1] McClellan, James H., editor. Computer-Based Exercises for Signal Processing Using MATLAB 5. Prentice-Hall, 1998.