DOC PREVIEW
PSU EE 350 - Rec_14_EE350_f14

This preview shows page 1-2-3-4-28-29-30-31-57-58-59-60 out of 60 pages.

Save
View full document
View full document
Premium Document
Do you want full access? Go Premium and unlock all 60 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 60 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 60 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 60 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 60 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 60 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 60 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 60 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 60 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 60 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 60 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 60 pages.
Access to all documents
Download any document
Ad free experience
Premium Document
Do you want full access? Go Premium and unlock all 60 pages.
Access to all documents
Download any document
Ad free experience

Unformatted text preview:

ColorGrayscale Jeffrey Schiano 2014. All rights reserved. Rec 14. EE 350Continuous-Time Linear SystemsRecitation 141 Jeffrey Schiano 2014. All rights reserved. Rec 14. Recitation 13 Topics2• Solved Problems – Solution of ODEs using the Laplace transform– Transfer function representation of a LTI system– Circuit analysis using the Laplace transform• MATLAB Exercises– Transfer function representation of a system– SIMULINK graphical programming language Jeffrey Schiano 2014. All rights reserved. Rec 14. Problem 1• Using the Laplace transform pairs• Determine the signals yzi(t) and yzs(t) from their Laplace transforms32yyy f 221()164()(1)( 1)zizssYssssYsss s s2222cos(b ) ( )()sin(b ) ( )()atatsaetutsa bbetutsa b Jeffrey Schiano 2014. All rights reserved. Rec 14. Problem 1 Solution4 Jeffrey Schiano 2014. All rights reserved. Rec 14. Problem 1 Solution5 Jeffrey Schiano 2014. All rights reserved. Rec 14. Problem 1 Solution6 Jeffrey Schiano 2014. All rights reserved. Rec 14. Problem 2• The ODE representation of a certain LTI system with input f(t) and output y(t) is• Determine the zero-input response yzi(t), zero-state response yzs(t), and total response y(t) given the following initial conditions and input72yyy f initial conditions: (0 ) 1, (0 ) 2input : ( ) 2 ( )tyyft e ut Jeffrey Schiano 2014. All rights reserved. Rec 14. Problem 2 Solution8 Jeffrey Schiano 2014. All rights reserved. Rec 14. Problem 2 Solution9 Jeffrey Schiano 2014. All rights reserved. Rec 14. Problem 3• The ODE representation of another LTI system with input f(t) and output y(t) is• Determine the characteristic roots and state whether the system is unstable, marginally stable, or asymptotically stable• Determine the system transfer function H(s)• Determine the poles and zeros of H(s) and show their location in the s-plane using a pole-zero map• Determine the impulse response representation of the system• Determine the zero-state unit-step response using the Laplace transform method105 6 12 12yyy f f   Jeffrey Schiano 2014. All rights reserved. Rec 14. Problem 3 Solution11 Jeffrey Schiano 2014. All rights reserved. Rec 14. Problem 3 Solution12 Jeffrey Schiano 2014. All rights reserved. Rec 14. Problem 3 Solution13 Jeffrey Schiano 2014. All rights reserved. Rec 14. Problem 4• Derive the Laplace transform representation of the inductor and capacitor14Time Domain s Domain()vtLi( )tV(s)sLI(s)(0 )Li()vtCi( )tV(s)1sCI(s)v(0 )s Jeffrey Schiano 2014. All rights reserved. Rec 14. Problem 4 Solution15 Jeffrey Schiano 2014. All rights reserved. Rec 14. Problem 4 Solution16 Jeffrey Schiano 2014. All rights reserved. Rec 14. Problem 5• Find the zero-input response, zero-state response, and total response of the following circuit17f(t) = u(t)100mHL y(t)1R1k2R1k(0 ) 1mAi Jeffrey Schiano 2014. All rights reserved. Rec 14. Problem 5 Solution18 Jeffrey Schiano 2014. All rights reserved. Rec 14. Problem 5 Solution19 Jeffrey Schiano 2014. All rights reserved. Rec 14. Problem 5 Solution20 Jeffrey Schiano 2014. All rights reserved. Rec 14. MATLAB Laplace Transform Tools21Operation FunctionCreates/Displays a transfer function representation tfObtains the numerator and denominator polynomials fromthe transfer function representationtfdataDetermines the poles of dynamic system poleDetermines the zeros and DC gain of a dynamic system zeroDetermines the DC gain of a dynamic system dcgainGraphs the pole-zero map of a dynamic system pzmapGenerates the unit-step response stepSimulate time response to an arbitrary input lsim Jeffrey Schiano 2014. All rights reserved. Rec 14. MATLAB Laplace Transform Tools• Model Construction– The command tf generates a transfer function model of a dynamic system• Transfer Function Properties – The command pole determines the poles – The command zero determines the zeros and DC gain – The command dcgain determines the DC gain – The command pzmap generates the pole-zero map– The command tfdata returns the numerator and denominator polynomials22 Jeffrey Schiano 2014. All rights reserved. Rec 14. Problem 6• Consider a system with input u(t), output y(t), and ODE representation• Write a MATLAB M-file that– Represents the system using a transfer function– Determines the DC gain, poles, and zeros– Plots the pole-zero map– Plots the zero-state unit-step response2310yyyu u   Jeffrey Schiano 2014. All rights reserved. Rec 14. Problem 6 M-file24 Jeffrey Schiano 2014. All rights reserved. Rec 14. SIMULINK• A dataflow graphical programming language for modeling and simulating dynamic systems• Widely used in control systems engineering and signal processing• Tightly integrated with the MATLAB environment• Launch by entering Simulink at the command prompt25 Jeffrey Schiano 2014. All rights reserved. Rec 14. Problem 7• Once again consider the system with input u(t), output y(t), and ODE representation• Generate a SIMULINK model that– Represents the system use the Transfer Fcn block in the Library: Simulink/Continuous– Uses the Step block in the Library: Simulink/Sources to generate the input u(t-1) – Sets the stop time to 12 second– Displays the results using the Scope block in the Library: Simulink/Sinks2610yyyu u   Jeffrey Schiano 2014. All rights reserved. Rec 14. Problem 7 SIMULINK27 Jeffrey Schiano 2014. All rights reserved. Rec 14. Problem 8• Modify the SIMULINK model in Problem 7 so that– The input, out, and time vectors are sent to the MATLAB workspace as arrays using the To Workspace block in the Library: Simulink/Sinks– Obtain the time vector using the Clock block in the Library: Simulink/Sources• Write a MATLAB M-file that executes the SIMULINK model and plots the input f and zero-state


View Full Document

PSU EE 350 - Rec_14_EE350_f14

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

ps4

ps4

5 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 Rec_14_EE350_f14
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 Rec_14_EE350_f14 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 Rec_14_EE350_f14 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?