next up previous contents
Next: Bias Up: Dynamic Range Previous: Optimal Ladder Filters   Contents

Dynamic Range to Frequency Plots

If the filter input signal consists of a sine wave, the dynamic range of the filter depends on the frequency of this signal as follows.

DR(ω) = $\displaystyle {\frac{{
V_{\hbox{max}}^2 \vert H(j\omega)\vert^2
}}{{
\sum_{i=1}^n
S_{{\rm n}, i}
\vert g_i\vert _2^2
\max_k
\vert f_k(j\omega)\vert^2
}}}$. (28)
To plot this function, use the command
plot: dr;

Mainly to investigate the results of dynamic-range optimization with a weighting function or using a single frequency, the plot specifications drfact, drscfact and dropfact were incorporated. drfact specifies a plot of the normalized dynamic range as a function of frequency. drscfact specifies for each frequency the normalized dynamic range that can be reached if the filter is scaled for that specific frequency. dropfact specifies the normalized dynamic range that can be reached if the filter is optimized by do for that specific frequency. This means that the dynamic range factors as plotted by drscfact and dropfact can never be reached by one and the same filter at all frequencies, but usually at only one frequency.

The definitions of these factors are:

drfact = $\displaystyle {\frac{{
\vert H(j\omega)\vert^2
}}{{
\max_i \vert f_i(j\omega)\vert^2
\sum_j w_{jj}
}}}$ (29)

drscfact = $\displaystyle {\frac{{
\vert H(j\omega)\vert^2
}}{{
\sum_i \vert f_i(j\omega)\vert^2 w_{ii}
}}}$ (30)

dropfact = $\displaystyle {\frac{{
\vert H(j\omega)\vert^2
}}{{
\left(
\sum_i \sqrt{\lambda_i}
\right)^2
}}}$ (31)
where λi are the eigenvalues of the matrix FF *W the factors of which are explained in Section 14.

These plotting specifications yield illustrative pictures for a filter that is optimized at one frequency.


next up previous contents
Next: Bias Up: Dynamic Range Previous: Optimal Ladder Filters   Contents
2009-06-03