I have a question regarding the implementation of MMSE-DFE. Here is the conventional block diagram:
The signal y shown in the pic is, for clarification, y(kT) i.e. the signal y(t) coming out from the matched filter (not shown in the pic) sampled at times t=kT with T the symbol period.
Now, suppose I have a vector of N samples [y(0), y(T), ... , y((N-1)T)] as the input of the feedforward filter (FFF), and let the FFF have length M, then the output of the FFF will be a signal of length N+M-1 (convolution of 2 signals of lengths N, M).
So I'm expecting a signal of length N+M-1 as the input of the data detector block, but since I must only detect N symbols... it looks like I must discard some of the samples (actually M-1 samples) that go into the detector. Which ones must be discarded, and why?
Thanks in advance!
