A/D Performance Measurement with ScopeDSP™, Part 5


So what can we conclude from this analysis?

Our A/D converter has already received extensive attention in these areas, so this is probably about as good as it gets. To get to this point, we have:

"But wait a minute! We did all that analysis without any Data Windowing! I thought whenever you did an FFT you were supposed to window the data first"!

(There's one in every crowd...)

OK, let's window the data. We'll use the famed "Blackman-Harris" window:

Windowed Time Data


As any self-respecting Data Window should, this one reduces the amplitude of the data more and more toward the ends so that it eventually became zero. An intuitive explanation of this is that it makes the ends of the data " match up". That is sometimes important before doing a transform because the "spectrum" of the signal is derived from an "infinite" signal in which copies of the Time Data sample are repeatedly pasted together, ad infinitum. If the beginning and end of the signal do not match up, there is a sudden discontinuity when the end of one sample copy is concatenated to the beginning of the next, which results in a "distorted" spectrum. The fact that the window zeroes the data at each end prevents any discontinuities from occuring as the (repeated) ends come together.

However, we see next that Data Windows are a mixed blessing...