|
|
Nyquist “on the edge”Summary
What happens, if I use exactly two samples per period?Answer: “Nothing, as long as the sampling phase is fixed.In digital signal processing, it is perfectly reasonable to use a stream of samples such as
There are exactly two samples per period, and everything is fine.
Unlike any other nonzero frequency, delaying the signal does not convey any information: Time-shifting the signal will reduce its amplitude. At a delay of half a sample, it disappears completely. RelevanceIn many real-life examples, the question is completely irrelevant:One cannot approach the Nyquist limit, simply because an implementable lowpass filter requires some frequency margin. In some situations, it needs to be considered, for example interpolation by FFT. Real-world example: a communications linkOften, the sampling clock timing between a transmitter and a receiver has an unknown phase offset. If so, one needs to use a rate higher than “one sample per symbol” at the receiver! Otherwise, information is lost during sampling.Since analog-to-digital converter cannot operate at the Nyquist limit, the problem is likely to appear, when trying to downsample later in the chain. It is possible to go back to one sample per symbol, once the timing has been restored. For example, a polyphase filter as variable delay can be used to shift the signal back on the sample grid. Link level simulatorsTypically, link level simulators may interpolate and downsample the signal at will, but the sample timing is always fixed.Introducing an element with fractional-sample delay will break the simulation. An example for such a model is an IIR model of an analog baseband filter. FFT based interpolation and the center binOne application where special attention is required is FFT-based interpolation:The center bin corresponds to the term When changing to a wider FFT, it splits into a positive frequency and a negative frequency term. No error is introduced, and no information is lost. © Markus Nentwig 2007-2008 The content of this page is provided without any warranty and may not be reproduced without permission. Comments? Questions?Please send me a mail! mnentwig@elisanet.fi |