
FSE+DFE Experimentation Software - Cornell University
The program plots the FSE and DFE parameter trajectories as well as the impulse responses (b)-(d) at the beginning (above) and end (below) of adaptation. Note how the DD-FSE+DFE …
Cornell University Broadband Adaptive Receiver Design Project
% % [f,d,ummse] = ummse_fse_dfe(h,snrdb,Nf,Nd,delta1,delta2) % % returns: % f : FSE % d : DFE % ummse : Unbiased Minimum Mean Square Error % (i.e. design is scaled so that % …
On the blind adaptation of an FSE+DFE combination
This paper shows that a fractionally-spaced equalizer (FSE) and decision feedback equalizer (DFE) combination, initialized from an open-eye condition, jointly adapted by a decision …
Cornell University Broadband Adaptive Receiver Design Project
% FSE and DFE regressors. R=r(2*k-1:-1:2*k-Nf); Ahat=ahat(k-1-nu:-1:k-Nd-nu); % Find soft and hard estimates . z(k)=R.'*f-Ahat.'*d; ahat(k)=unqam(z(k),M); % Update. e(k)=z(k)-ahat(k); f=f …
Blind adaptive decision feedback equalization: A class of channels ...
Mar 1, 1998 · In this paper, we propose beamforming schemes for frequency-selective channels with decision-feedback equalization (DFE) at the receiver and with, respectively, perfect and …
Channel equalization for very high-speed digital data …
A simulation study of an adaptive FSE/DFE receiver demonstrates that the 6 dB of NEXT noise margin is achievable with a 21-tap half baud-spaced FSE and a 60-tap DFE on a 9-kft 26 …
An efficient FSE/DFE-based HDSL equalizer with new adaptive …
We consider the design of an efficient FSE/DFE-based HDSL equalizer. For this, several variants of the conventional LMS algorithm and their delayed versions are investigated. In addition, two …
Blind decision feedback equalisers, how to avoid degenerative …
Nov 1, 2002 · Convergence to degenerative solutions characteristic of the algorithm DFE_CMA and DFE_CMA_FF is avoided if the algorithm DFE_CMA_FB is used (cf. Fig. 6). The new …
The structure of Soft-DFE: (a) linear T/2 fractionally ... - ResearchGate
In blind acquisition mode, the Soft-DFE is the linear equalizer consisting of: (i) the SFBF-FSE cascade where the SFBF is a pure recursive whitener that compensates, in predictive manner, …
clear echo on % Demonstrate a MMSE-FSE+DFE design - Cornell …
clear echo on % Demonstrate a MMSE-FSE+DFE design % Load channel load /home/combine/raulc/research/sims/comms/channels/chan3.mat C=C/norm(C); % Select FSE …