<< Chapter < Page Chapter >> Page >

Consider performing an iterative maximization of

J ( x ) = 8 - 6 | x | + 6 cos ( 6 x )

via [link] with the sign on the update reversed (so that the algorithm will maximize ratherthan minimize). Suppose the initialization is x [ 0 ] = 0 . 7 .

  1. Assuming the use of a suitably small stepsize μ , determine the convergent value of x .
  2. Is the convergent value of x in part (a) the global maximum of J ( x ) ? Justify your answer by sketching the error surface.

Suppose that a unimodal single-variable performance function has only one point with zeroderivative and that all points have a positive second derivative. TRUE or FALSE: A gradient descent methodwill converge to the global minimum from any initialization.

Consider the modulated signal

r ( t ) = w ( t ) cos ( 2 π f c t + Φ )

where the absolute bandwidth of the baseband message waveform w ( t ) is less than f c / 2 . The signals x and y are generated via

x ( t ) = LPF { r ( t ) cos ( 2 π f c t + θ ) } y ( t ) = LPF { r ( t ) sin ( 2 π f c t + θ ) }

where the LPF cutoff frequency is f c / 2 .

  1. Determine x ( t ) in terms of w ( t ) , f c , Φ , and θ .
  2. Show that
    θ { 1 2 x 2 ( t ) } = - x ( t ) y ( t )
    using the fact that derivatives and filters commute as in [link] .
  3. Determine the values of θ maximizing x 2 ( t ) .

Consider the function

J ( x ) = 1 - | x - 2 | 2 .
  1. Sketch J ( x ) for - 5 x 5 .
  2. Analytically determine all local minima and maxima of J ( x ) for - 5 x 5 . Hint: d | f ( b ) | d b = sign ( f ( b ) ) d f ( b ) d b where sign ( a ) is defined in [link] .
  3. Is J ( x ) unimodal as a function of x ? Explain your answer.
  4. Develop an iterative gradient descent algorithm for updating x to minimize J .
  5. For an initial estimate of x = 1 . 2 , what is the convergent value of x determined by an iterative gradient descent algorithm with a satisfactorily small stepsize.
  6. Compute the direction (either increasing x or decreasing x ) of the update from (d) for x = 1 . 2 .
  7. Does the direction determined in part (f) point from x = 1 . 2 toward the convergent value of part (e)? Should it (for a correct answer to (e))? Explain your answer.

Automatic gain control

Any receiver is designed to handle signals of a certain average magnitude most effectively. The goal of an AGC is toamplify weak signals and to attenuate strong signals so that they remain (as much as possible) within the normaloperating range of the receiver. Typically, the rate at which the gain varies is slow compared with the data rate, though itmay be fast by human standards.

The power in a received signal depends on many things: the strength of the broadcast, the distance from the transmitter to the receiver, thedirection in which the antenna is pointed, and whether there are any geographic features such as mountains (or tall buildings) that block,reflect, or absorb the signal. While more power is generally better from the point of view of trying to decipher the transmitted message,there are always limits to the power handling capabilities of the receiver. Hence if the received signal is too large (on average), itmust be attenuated. Similarly, if the received signal is weak (on average), then it must be amplified.

[link] shows the two extremes that the AGC is designed to avoid. In part (a), the signal is much larger than the levels of thesampling device (indicated by the horizontal lines). The gain must be made smaller. In part (b), the signal ismuch too small to be captured effectively, and the gain must increased.

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