Utah State University
Department of Electrical and Computer Engineering
ECE 3640 - Discrete-time Signals & Systems

Instructions

Before working these problems, watch this video:

Here are some related slides:

Note: These slides end with "assignments" pages. Ignore those problems and do the problems below.

 

Abbreviations

 

Problems

  1. Define and sketch the three types of DT CE signals: everlasting, causal, and finite (windowed).
  2. When a CT CE with frequency F=440 Hz is sampled at 1T=8000 samples/second, what is the frequency f of the resulting DT CE signal?
  3. If a CT CE is reconstructed from DT CE with frequency f=0.26257 cycles/sample using a sample rate of 1T=6 Gigasamples/second, what is the resulting frequency F in Hertz? (Interesting fact: When GPS was created, the frequency F became extremely important for navigation.)
  4. What is the angular frequency ω associated with the cyclic frequency f=0.26257 cycles/sample?
  5. Let x(t)=ejt and x[n]=ejn. (a) Explain why x(t) is periodic but x[n] is not. (b) What are the frequencies of x(t) and x[n]? (c) What is the period of x(t)?
  6. Let x[n]=ej2πfn where f=213355. (a) Explain why x[n] is periodic. (b) What is the period of x[n]?

Note: Matlab has a function called factor that might be useful for this problem. Use Matlab's built-in help system to find out what this function does.

  1. Do the following in Matlab. (a) Plot ej2π0.1t and ej2π1.1t for 0t10 on the same axis. (Hint: Use t=[0:0.01:10]; to generate the time samples.) (b) On the same axis add ej2π0.1n and ej2π1.1n as stem plots. (Hint: Use Matlab's stem function instead of the plot function. Use n=[0:10]; to generate the time samples.) (c) Explain why F=0.1 Hz and F=1.1 Hz give different CT CE signals while f=0.1 cycles/sample and f=1.1 cycles/sample give the same DT CE sequence. (d) Draw the unit circle on the complex plane. Show the point ej2π0.1=ej2π1.1 and use the fact (ej2π0.1)n=ej2π0.1n=(ej2π1.1)n=ej2π1.1n to explain frequency aliasing which is that ej2πfn=ej2π(f+k)n for all n, where k is any integer.
  2. Find a frequency alias for f=37.8 cycles/sample in the fundamental interval assuming: (a) 0f<1 is the fundamental interval (b) 12f<12 is the fundamental interval
  3. Why is f=±12 cycles/sample the highest frequency in discrete time?
  4. Which is a higher frequency f=26.4 cycles/sample or 38.9 cycles/sample? (Hint: Compare their aliased frequencies using 12f<12 as the fundamental interval.)
  5. Explain why sin(πn)πn=δ[n]. Include a sketch in your explanation.
  6. Prove by integration that ej2π10t and ej2π30t are orthogonal over the time interval 0t<0.2 seconds.
  7. Prove by summation that ej2π2n9 and ej2π4n9 are orthogonal over 0n<9. (Hint: Be really careful with the summation limits. What is the upper limit? 8 or 9? Why?)
  8. Suppose the everlasting DT CE sequence
x[n]=ej2πfn,<n<

is applied to a DT LTI system with frequency response

H(f)=sin(3πf)sin(πf)ej2πf.

What is the resulting output signal y[n] if (a) f=23 (b) f=12

 

Policy note: If an assignment asks you to do something in Matlab, then write your code in a Matlab script (.m file) and attach a copy of your code when you turn in the assignment. Apply this rule throughout the semester.