(Chapter 9)
(Table of Properties)
Line 66: Line 66:
 
{| style="width:75%; height:200px;" border="1" align="left"
 
{| style="width:75%; height:200px;" border="1" align="left"
 
|- align="center"
 
|- align="center"
| Signal || Fourier transform || Fourier series coefficients (if periodic)
+
| Property || Signal || Laplace Transform || ROC
 
|- align="center"  
 
|- align="center"  
| <math>\sum^{\infty}_{k=-\infty} a_{k}e^{jkw_{0}t} </math> || <math>2\pi\sum^{\infty}_{k=-\infty}a_{k}\delta(w-kw_{0})\,</math> || <math> a_k </math>
+
| Linearity || <math> ax_1(t) + bx_2(t)</math> || <math>aX_1(s)+bX_2(s)</math> || <math> At least R_1 \cap R_2</math>
 
|- align="center"
 
|- align="center"
| {{:CT_Fourier_Pair_3_signal}} || {{:CT_Fourier_Pair_3_FT}} || yz
+
| Time Shifting || <math>x(t-t_0)</math> || <math>e^{-st_0}X(s)</math> || R
 
|- align="center"
 
|- align="center"
| || ||
+
| Shifting in the s-Domain || <math>e^{s_0 t}x(t)</math> || <math>X(s-s_0)</math> ||
 
|- align="center"
 
|- align="center"
| || ||
+
| Time scaling || <math>x(at)</math> || <math>\frac{1}{|a|}X\Bigg( \frac{s}{a} \Bigg)</math>  ||
 
|- align="center"
 
|- align="center"
| || ||
+
| Conjugation || <math>x^{*}(t)</math> || <math>X^{*}(s^{*})</math>  ||
 
|- align="center"
 
|- align="center"
| || ||
+
| Convolution || <math>x_1(t)*x_2(t)</math> || <math>X_1(s)X_2(s)</math>  ||
 
|- align="center"
 
|- align="center"
| || ||
+
| Differentiation in the Time Domain || || ||
 
|- align="center"
 
|- align="center"
| || ||
+
| Differentiation in the s-Domain || || ||
 
|- align="center"
 
|- align="center"
| || ||
+
| Integration in the Time Domain || || ||
 
|- align="center"
 
|- align="center"
| || ||
+
| Initial-Value Theorem || || ||
 
|- align="center"
 
|- align="center"
| || ||
+
| Final-Value Theorem || || ||
|- align="center"
+
| || ||
+
 
|}
 
|}
  

Revision as of 03:59, 5 December 2008

Suggested problems from Oppenheim and Willsky

Chapter 7

  1. Sampling
    1. Impulse Train Sampling
    2. The Sampling Theorem and the Nyquist
  2. Signal Reconstruction Using Interpolation: the fitting of a continuous signal to a set of sample values
    1. Sampling with a Zero-Order Hold (Horizontal Plateaus)
    2. Linear Interpolation (Connect the Samples)
  3. Undersampling: Aliasing
  4. Processing CT Signals Using DT Systems (Vinyl to CD)
    1. Analog vs. Digital: The Show-down (A to D conversion -> Discrete-Time Processing System -> D to A conversion
  5. Sampling DT Signals (CD to MP3 albeit a complicated sampling algorithm, MP3 is less dense signal)

7.1, 7.2, 7.3, 7.4, 7.5, 7.7, 7.10, 7.22, 7.29, 7.31, 7.33

Chapter 8

  1. Complex Exponential and Sinusoidal Amplitude Modulation (You Can Hear the Music on the Amplitude Modulation Radio -Everclear) Systems with the general form $ y(t) = x(t)c(t) $ where $ c(t) $ is the carrier signal and $ x(t) $ is the modulating signal. The carrier signal has its amplitude multiplied (modulated) by the information-bearing modulating signal.
    1. Complex exponential carrier signal: $ c(t) = e^{\omega_c t + \theta_c} $
    2. Sinusoidal carrier signal: $ c(t) = cos(\omega_c t + \theta_c ) $
  2. Recovering the Information Signal $ x(t) $ Through Demodulation
    1. Synchronous
    2. Asynchronous
  3. Frequency-Division Multiplexing (Use the Entire Width of that Frequency Band!)
  4. Single-Sideband Sinusoidal Amplitude Modulation (Save the Bandwidth, Save the World!)
  5. AM with a Pulse-Train Carrier Digital Airwaves
    1. $ c(t) = \sum_{k=-\infty}^{+\infty}\frac{sin(k\omega_c \Delta /2)}{\pi k}e^{jk\omega_c t} $
    2. Time-Division Multiplexing "Dost thou love life? Then do not squander time; for that's the stuff life is made of." -Benjamin Franklin)

Recommended Exercises: 8.1, 8.2, 8.3, 8.5, 8.8, 8.10, 8.11, 8.12, 8.21, 8.23

Chapter 9

1. The Laplace Transform "Here I come to save the day!"

$ X(s) = \int_{-\infty}^{+\infty}x(t)e^{-st}\, dt $

s is a complex number of the form $ \sigma + j\omega $ and if $ \sigma = 0 $ then this equation reduces to the Fourier Transform of $ x(t) $. Indeed, the LT can be viewed as the FT of the signal $ x(t)e^{-\sigma t} $ as follows:

$ \mathcal{F}\lbrace x(t)e^{-\sigma t} \rbrace = \mathcal{X}(\omega) = \int_{-\infty}^{+\infty}x(t)e^{-\sigma t}e^{-j\omega t}\, dt $

2. The Region of Convergence for Laplace Transforms (To Infinity or Converge!)

3. The Inverse Laplace Transform

$ x(t) = \frac{1}{2\pi}\int_{\sigma - j\infty}^{\sigma + j\infty} X(s)e^{st}\,ds $

for values of $ s = \sigma + j\omega $ in the ROC. The formal evaluation of the integral requires contour integration in the complex plane which is beyond the scope of this course.

3.1 The Laplace Transforms we will consider will fall into several categories that can be inverted using tables.
$ X(s) = \sum_{i=1}^{m} \frac{A_i}{s+a_i} $

4. Properties of the Laplace Transform

    1. Linearity
    2. Time Shifting
    3. Shifting in the s-Domain
    4. Time Scaling
    5. Conjugation
    6. Convolution
    7. Differentiation in the Time Domain
    8. Differentiation in the s-Domain
    9. Integration in the Time Domain
    10. The Initial- and Final-Value Theorems

Table of Properties

Property Signal Laplace Transform ROC
Linearity $ ax_1(t) + bx_2(t) $ $ aX_1(s)+bX_2(s) $ $ At least R_1 \cap R_2 $
Time Shifting $ x(t-t_0) $ $ e^{-st_0}X(s) $ R
Shifting in the s-Domain $ e^{s_0 t}x(t) $ $ X(s-s_0) $
Time scaling $ x(at) $ $ \frac{1}{|a|}X\Bigg( \frac{s}{a} \Bigg) $
Conjugation $ x^{*}(t) $ $ X^{*}(s^{*}) $
Convolution $ x_1(t)*x_2(t) $ $ X_1(s)X_2(s) $
Differentiation in the Time Domain
Differentiation in the s-Domain
Integration in the Time Domain
Initial-Value Theorem
Final-Value Theorem

5. Some Laplace Transform Pairs

9.2, 9.3, 9.4, 9.6, 9.8, 9.9, 9.21, 9.22

Chapter 10

10.1, 10.2, 10.3, 10.4, 10.6, 10.7, 10.8, 10.9, 10.10, 10.11, 10.13, 10.15, 10.21, 10.22, 10.23, 10.24, 10.25, 10.26, 10.27, 10.30, 10.31, 10.32, 10.33, 10.43, 10.44.

Note: If a problem states that you should use “long division”, feel free to use the geometric series formula instead.

Alumni Liaison

ECE462 Survivor

Seraj Dosenbach