How to create an adaptive equalizer in MATLAB?
To create an adaptive equalizer object for use in MATLAB ®, select the comm.LinearEqualizer or comm.DecisionFeedbackEqualizer System object™. For Simulink ®, use the Linear Equalizer or Decision Feedback Equalizer block.
How is a DfE similar to a linear equalizer?
A DFE consists of a tapped delay line that stores samples from the input signal and contains a forward filter and a feedback filter. The forward filter is similar to a linear equalizer. The feedback filter contains a tapped delay line whose inputs are the decisions made on the equalized signal.
How are linear equalizers used in Communications Toolbox?
In Communications Toolbox™, the comm.LinearEqualizer and comm.DecisionFeedbackEqualizer System objects and the Linear Equalizer and Decision Feedback Equalizer blocks use tap delay line filters to equalize a linearly modulated signal through a dispersive channel.
How does the decision feedback equalizer work in MathWorks?
Using an estimate of the channel modeled as a finite input response (FIR) filter, the block processes input frames and outputs the estimated signal. This icon shows the block with all ports enabled for configurations that use the LMS or RLS adaptive algorithm.
Is the MLSE equalizer good for fractional spacing?
The MLSE equalizer supports fractional symbol spacing but using it is not recommended. The MLSE computational complexity and burden grows exponentially with the length of the channel time dispersion. Oversampling the input means multiplying the exponential term by the number of samples per symbol.
How is an adaptive equalizer used to decode a signal?
To decode a received signal, the adaptive equalizer: Applies the FIR filter to the symbols in the input signal. The FIR filter tap weights correspond to the channel estimate. Outputs the signal estimate and uses the signal estimate to update the tap weights for the next symbol.
When to use a decision feedback equalizer ( DfE )?
A decision feedback equalizer (DFE) is a nonlinear equalizer that reduces intersymbol interference (ISI) in frequency-selective channels. If a null exists in the frequency response of a channel, DFEs do not enhance the noise.