Models a feed-forward equalizer
The serdes.FFE
System object™ applies a feed-forward equalizer (FFE) as a symbol-spaced finite-impulse
response (FIR) filter. Apply the equalizer to a sample-by-sample input signal or an impulse
response vector input signal to reduce distortions due to channel loss impairments.
To equalize the baseband signal:
Create the serdes.FFE object and set its properties.
Call the object with arguments, as if it were a function.
To learn more about how System objects work, see What Are System Objects?.
returns an FFE object that
modifies an input waveform according to the finite impulse response (FIR) transfer
function defined in the object.ffe = serdes.FFE
sets properties using one or more name-value pairs. Enclose each property name in quotes.
Unspecified properties have default values.ffe = serdes.FFE(Name,Value)
ffe = serdes.FFE('Mode',1) returns an FFE object that
applies specified tap weights to the input waveform.To use an object function, specify the
System object as the first input argument. For
example, to release system resources of a System object named obj, use
this syntax:
release(obj)
CTLE | FFE | serdes.CTLE