DOC PREVIEW
PSU EE 350 - ps4

This preview shows page 1-2 out of 5 pages.

Save
View full document
View full document
Premium Document
Do you want full access? Go Premium and unlock all 5 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 5 pages.
Access to all documents
Download any document
Ad free experience
Premium Document
Do you want full access? Go Premium and unlock all 5 pages.
Access to all documents
Download any document
Ad free experience

Unformatted text preview:

EE 350 Problem Set 4 Cover Sheet Fall 2014Last Name (Print):First Name (Print):ID number (Last 4 digits):Sectio n:Submission deadl ines:• Turn in the written solutions by 4:00 pm on Tuesday October 7 in the homework sl ot outside 121 EE East.Problem Weight Score16 2017 2018 2019 2020 20Total 100The solution submitted for grading represents my own analysis of the problem, and not that of another student.Signature:Neatly print the name(s) of the students you colla bo rated with on this assignment.Reading assignment:• Lathi Chapter 2, Sections 2.3 and 2.4• Priemer Chapter 4Carefully read section 2.4-2 in the text which presents a graphical interpretation of convolution. This approachyields significant insight to the convolution operation and is an important tool that will be used in technical electivessuch as Introduction to Communications (EE 360), Discrete-Time Systems Analysis (EE 351 ), and Fundamentals ofDigital Signa l Processing (EE 453).Problem 16: (20 points)1. Simplify the following expressions:(a) (4 points) [δ(t − 1) δ(t + 1) + u(t − 1) δ(t − 2) u(t + 1)] cos(πt)(b) (4 points) u(t + 1)δ(1 − t)e3t−3+ln(π)+ e−(2−π)tδ(t − 1)2. Evaluate the following integrals:(a) (4 points)R∞−∞h(τ)δ(t − τ)dτ(b) (4 points)R∞−∞δ(τ − 1)δ(t + 1 − τ )dτ(c) (4 points)Rt0e−τδ(τ − 1)dτProblem 17: (20 points)1. (2 points) Show thatf(t) ∗ δ(t − T ) = f(t − T ).2. (3 points) If y(t) = f(t) ∗ h(t), show thatf(t) ∗ h(t − T ) = f(t − T ) ∗ h(t) = y(t − T ).3. (3 points) Show thatf(t) ∗ [g(t) + h(t)] = f(t) ∗ g(t) + f(t) ∗ h(t).4. (3 points) If f(t) ∗ g(t) = c(t), show the derivative property of convolution˙f(t) ∗ g(t) = f(t) ∗ ˙g(t) = ˙c(t).5. (3 points) Derive the identitydu(t)dt= δ(t),where u(t) is the unit-step function. In order to obtain this identity, you need to show that the functionalsg(t) = du/dt and δ(t) have the same effect on an arbitrary function f(t), that isZ∞−∞f(t)g(t − T )dt = f(T )where T is a real-valued constant parameter.6. (5 points) Derive the identityδ(at) =1|a|δ(t).That is, the generalized functions δ(at) and δ(t)/|a| have the same effect on a given function f(t). In order toobtain this identity, first show thatZ∞−∞δ(at)f(t)dt =f(0)|a|,where the parameter a is a real numb er that can be either positive or negative. Next, find an expression forZ∞−∞δ(t)|a|f(t)dtin terms of f(0) and |a|. Use the last two results to obtai n the desired identity. Note that because δ(−t) = δ(t),δ(t) is an even generalized function.Problem 18: (20points)Systems can be represented either by an ODE or an impulse response function. G iven either representation, you canfind the zero-state response for a given input. For example, consider the RL circuit in Figure 1.Figure 1: RL circuit with input voltage f(t) and output current y(t).1. (4 points) Derive the ODE representation of the system and show that it can be expressed as˙y +1τy =Kτf.Express the time constant τ and parameter K in terms of R1, R2, a nd L. What is the physical significance ofthe parameter K?2. (4 points) Solve the ODE in part 1 to determine the zero-state unit-step response.3. (6 points) Determine the impulse response function h(t) of the circuit.4. (6 p oints) Determine the zero-state unit-step response using the convolution integral. Check your answeragainst the result obtained in pa rt 2 .Problem 19: (20 points)Using the graphical convolution method discussed in section 2 .4-2 of the text and lecture, find and sketch y(t) =f(t) ∗ h(t) for the following signals.1. (10 points)f(t) = u(t + 1) − u(t)h(t) = e−t/2u(t)2. (10 points)f(t) = e−|t|h(t) = e−tu(t)Problem 20: (20 points) A future lecture demonstrates that any real-valued periodic signal f(t) with fundamentalperiod Tomay be expresses as a superposition of an infinite number of sinusoids,f(t) = ao+∞Xn=1ancos(n ωot) +∞Xn=1bnsin(n ωot),where a0, a1, a2, . . ., b1, b2. . . are real-valued constant coefficients given byao=1ToZTof(t)dtan=2ToZTof(t) cos nωotdtbn=2ToZTof(t) sin nωotdt,and ωo= 2π/To. As an example, the coefficients for the periodic sawtooth waveform in Figure 2 areao= 0.5an= 0bn= −1nπ,ωo= 2π/To= π. As it not possible to numerically determine f(t) for an infinite number of terms, consider anapproximation that utilizes the first N terms of the summati on,fN(t) = ao+NXn=1ancos(n ωot) +NXn=1bnsin(n ωot),If N < ∞ , thenf(t) = fN(t) + e(t),where e(t) is the approximation error.Figure 2: Periodic sawtooth waveform with a fundam ental period of 2 s.Write an m-file that1. Plots f(t) over the i nterval 0 ≤ t ≤ 2 using the equationf(t) = t/2.The time vector must consist of 10,000 points equally spaced between 0 and 2. Plot f(t) using a dashed blackcurve2. Write a MATLAB function find fN that determines fN(t) given an integer value of n and the time vector frompart (1). The syntax for the calling the function must befn = find fn(t,N);Realize the function using a For-Loop.3. Using the MATLAB function find fN, determi ne vectors representing f1(t), f10(t), and f100(t), and plot thesefunctions in the figure containing f(t) using a dotted, dash-dotted, and solid curve, respectively. Use a legendto distinguish the four curves in the figure, and a ppropriately label the axes and title the plot.To earn full credit for Prob lem 20:• Turn in the figure along with a copy of your m-file and function file.• Include your name and section number at the top of m-file and function file using the comment symbol %.• Use the title command to appropriately label the figure, for example, Problem 20.• Appropriately label the x and y axes; no credit is given for MATLAB plots whose axes are unlabeled!• Use the MATLAB command gtext to place your name and section name within the


View Full Document

PSU EE 350 - ps4

Documents in this Course
ps11

ps11

6 pages

ps10_soln

ps10_soln

20 pages

ps10

ps10

5 pages

ps9_soln

ps9_soln

19 pages

ps9

ps9

4 pages

ps8_soln

ps8_soln

19 pages

ps8

ps8

5 pages

ps7_soln

ps7_soln

22 pages

ps7

ps7

4 pages

ps6_soln

ps6_soln

27 pages

ps6

ps6

5 pages

ps5_soln

ps5_soln

25 pages

ps5

ps5

7 pages

ps4_soln

ps4_soln

20 pages

ps3_soln

ps3_soln

27 pages

ps3

ps3

6 pages

ps2_soln

ps2_soln

24 pages

ps2

ps2

5 pages

ps1_soln

ps1_soln

17 pages

ps1

ps1

5 pages

ps11_soln

ps11_soln

28 pages

examI_s04

examI_s04

16 pages

examI_s03

examI_s03

10 pages

examI_s02

examI_s02

12 pages

examI_s01

examI_s01

13 pages

examI_f99

examI_f99

15 pages

examI_f14

examI_f14

26 pages

examI_f11

examI_f11

26 pages

examI_f10

examI_f10

26 pages

examI_f09

examI_f09

26 pages

examI_f08

examI_f08

13 pages

examI_f07

examI_f07

11 pages

examI_f03

examI_f03

11 pages

examI_f02

examI_f02

14 pages

examI_f01

examI_f01

15 pages

examI_f00

examI_f00

14 pages

final_s99

final_s99

16 pages

final_s97

final_s97

13 pages

final_s04

final_s04

30 pages

final_s03

final_s03

12 pages

final_s02

final_s02

14 pages

final_s01

final_s01

14 pages

final_s00

final_s00

17 pages

final_f99

final_f99

16 pages

final_f98

final_f98

16 pages

final_f11

final_f11

40 pages

final_f10

final_f10

32 pages

final_f09

final_f09

32 pages

final_f08

final_f08

26 pages

final_f07

final_f07

26 pages

final_f03

final_f03

12 pages

final_f02

final_f02

14 pages

final_f01

final_f01

14 pages

final_f00

final_f00

16 pages

examI_s99

examI_s99

13 pages

Load more
Download ps4
Our administrator received your request to download this document. We will send you the file to your email shortly.
Loading Unlocking...
Login

Join to view ps4 and access 3M+ class-specific study document.

or
We will never post anything without your permission.
Don't have an account?
Sign Up

Join to view ps4 2 2 and access 3M+ class-specific study document.

or

By creating an account you agree to our Privacy Policy and Terms Of Use

Already a member?