<< Chapter < Page Chapter >> Page >

This procedure, along with three others that will be discussed in the ensuing sections, is available on the website in the program dae.m . Combining the various approaches makes it easier to compare their behaviors in the examples of "Examples and Observations" .

Complex signals and parameters

The preceding development assumes that the source signal and channel, and therefore the received signal, equalizer, and equalizer output,are all real valued. However, the source signal and channel may bemodeled as complex valued when using modulations such as QAM of [link] . This is explored in some detail in the document A Digital Quadrature Amplitude Modulation Radio , which can be found on the website.The same basic strategy for equalizer design can also be used in the complex case.

Consider a complex delayed source recovery error

e [ k ] = e R [ k ] + j e I [ k ] ,

where j = - 1 . Consider its square,

e 2 [ k ] = e R 2 [ k ] + 2 j e R [ k ] e I [ k ] - e I 2 [ k ] ,

which is typically complex valued, and potentially real valued and negative when e R 0 . Thus, a sum of e 2 is no longer a suitable measure of performance since | e | might be nonzero but its squared average might be zero.

Instead, consider the product of a complex e with its complex conjugate e * = e R - j e I ; that is,

e [ k ] e * [ k ] = e R 2 [ k ] - j e R [ k ] e I [ k ] + j e R [ k ] e I [ k ] - j 2 e I 2 [ k ] = e R 2 [ k ] + e I 2 [ k ] .

In vector form, the summed squared error of interest is E H E (rather than the E T E of [link] ), where the superscript H denotes the operations of both transposition and complex conjugation.Thus, [link] becomes

F = ( R H R ) - 1 R H S .

Note that in implementing this refinement in the M atlab code, the symbol pair .'implements a transpose, while 'alone implements a conjugate transpose.

Fractionally spaced equalization

The preceding development assumes that the sampled input to the equalizer is symbol spaced with thesampling interval equal to the symbol interval of T seconds. Thus, the unit delay in realizing the tapped-delay-line equalizeris T seconds. Sometimes, the inputto the equalizer is oversampled such that the sample interval is shorter than the symbol interval, and theresulting equalizer is said to be fractionally spaced. The same kinds of algorithms and solutions can be usedto calculate the coefficients in fractionally spaced equalizers as are used for T -spaced equalizers. Of course, details of the construction of the matricescorresponding to S ¯ and R ¯ will necessarily differ due to the structural differences.The more rapid sampling allows greater latitude in the ordering of the blocks in the receiver. This is discussed at length in Equalization on the website.

Consider the multiuser system shown in [link] . Both users transmit binary ± 1 PAM signals that are independent and equally probable symbols.The signal from the first user is distorted by a frequency selective channel with impulse response

h 1 [ k ] = δ [ k ] + b δ [ k - 1 ] .

The signal from the second (interfering) user is scaled by h 2 [ k ] = c δ [ k ] . The difference equation generating the received signal r is

r [ k ] = s 1 [ k ] + b s 1 [ k - 1 ] + c s 2 [ k ] .

The difference equation describing the equalizer input-output behavior is

x [ k ] = r [ k ] + d r [ k - 1 ]

The decision device is the sign operator.

  1. Write out the difference equation relating s 1 [ k ] and s 2 [ k ] to x [ k ] .
  2. Consider the performance function
    J M S E = 1 N k = k 0 + 1 k 0 + N ( s 1 [ k ] - x [ k ] ) 2 .
    For uncorrelated source symbol sequences, J M S E is minimized by minimizing ρ i 2 . For b = 0 . 8 and c = 0 . 3 compute the equalizer setting d that minimizes J M S E .
  3. For b = 0 . 8 , c = 0 . 3 , and d = 0 , (i.e. equalizer-less reception) does the system exhibit decision errors?
  4. For b = 0 . 8 , c = 0 . 3 , and your d from part (b) does the system exhibit decision errors?Does this system suffer more severe decision errors than the equalizer-less system of part (c)?
Baseband communication system with multiuser interference used in Exercise 13-5.
Baseband communication system with multiuser interference used in [link] .

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Software receiver design. OpenStax CNX. Aug 13, 2013 Download for free at http://cnx.org/content/col11510/1.3
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Software receiver design' conversation and receive update notifications?

Ask