You need to test, we're here to help.

You need to test, we're here to help.
Showing posts with label FFE. Show all posts
Showing posts with label FFE. Show all posts

13 September 2018

Decision Feedback Equalization

DFE filter output is based on a linear combination of previous bit decisions
Figure 1: DFE filter output is based on
a linear combination of previous bit
decisions
In debugging high-speed serial links, one must be cognizant of various forms of equalization that might be used in the link to compensate for signal degradation in the channel. Inter-symbol interference (ISI), attenuation, impedance mismatches, and insertion losses can all contribute to this loss of signal quality. To combat these effects, designers implement techniques such as continuous time linear equalization and feed-forward equalization.

23 July 2018

Feed-Forward Equalization

FFE creates a number of delayed versions of the input signal that are then added back to the signal with proper weights
Figure 1: FFE creates a number of delayed versions of the
input signal that are then added back to the signal with
proper weights
In addition to continuous time linear equalization (CTLE), another means of improving signal quality at the receiver end of a high-speed serial data link is known as feed-forward equalization (FFE). In terms of implementation, FFE is not unlike the pre-emphasis filtering that is done on the transmitter side. An FFE implementation looks for all intents and purposes like a digital finite impulse response (FIR) filter.

27 June 2018

Introduction to Channel Equalization

Transmit pre-emphasis pre-distorts signals in anticipation of the channel's effects
Figure 1: Transmit pre-emphasis pre-distorts signals
in anticipation of the channel's effects
A number of factors can cause degradation of performance in a high-speed serial data link. Among them are inter-symbol interference (ISI) jitter, attenuation, reflections due to impedance mismatches, and insertion losses, to name a few. But fear not: There are techniques one may use to compensate for these losses known as equalization. We'll review the basics of channel equalization in today's post.