Note: These slides end with "assignments" pages. Ignore those problems and do the problems below.
Abbreviations
CT = continuous time
DT = discrete time
CE = complex exponential
LTI = linear, time-invariant
Problems
Define and sketch the three types of DT CE signals: everlasting, causal, and finite (windowed).
When a CT CE with frequency Hz is sampled at samples/second, what is the frequency of the resulting DT CE signal?
If a CT CE is reconstructed from DT CE with frequency cycles/sample using a sample rate of Gigasamples/second, what is the resulting frequency in Hertz? (Interesting fact: When GPS was created, the frequency became extremely important for navigation.)
What is the angular frequency associated with the cyclic frequency cycles/sample?
Let and .(a) Explain why is periodic but is not.(b) What are the frequencies of and ?(c) What is the period of ?
Let where .(a) Explain why is periodic.(b) What is the period of ?
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.
Do the following in Matlab.(a) Plot and for on the same axis. (Hint: Use t=[0:0.01:10]; to generate the time samples.)(b) On the same axis add and 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 Hz and Hz give different CT CE signals while cycles/sample and cycles/sample give the same DT CE sequence.(d) Draw the unit circle on the complex plane. Show the point and use the fact to explain frequency aliasing which is that for all , where is any integer.
Find a frequency alias for cycles/sample in the fundamental interval assuming:(a) is the fundamental interval(b) is the fundamental interval
Why is cycles/sample the highest frequency in discrete time?
Which is a higher frequency cycles/sample or cycles/sample? (Hint: Compare their aliased frequencies using as the fundamental interval.)
Explain why . Include a sketch in your explanation.
Prove by integration that and are orthogonal over the time interval seconds.
Prove by summation that and are orthogonal over . (Hint: Be really careful with the summation limits. What is the upper limit? 8 or 9? Why?)
Suppose the everlasting DT CE sequence
is applied to a DT LTI system with frequency response
What is the resulting output signal if(a) (b)
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.