In a receiver with OFDM demodulator using post FFT combining with one transmitter antenna and two receiving antennas, I see that MRC coefficients usually are defined as
C_1(K) = H*_1[k] / ( |H_1[k]|^2 + |H_2[k]|^2)
C_2(K) = H*_2[k] / ( |H_1[k]|^2 + |H_2[k]|^2),
where k shows the subcarrier number. The above coefficents basically create an "equalized" combined signal as H[K] = C_1(k) H_1[k] + C_2(k) H_2[k].
But what I would like to do is a sequential implementation of a diversity combiner and MMSE equalizer, where the coefficients of the equalizer are defined as
W[k] = H*[k] / (|H[k]|^2 + noise variance), where H[k] is the combined channel defined as
H[K] = C_1(k) H_1[k] + C_2(k) H_2[k]
Does anyone know what the coefficients of C_1(K) and C_2(K) should be in this case?