Question
I answered a & b

But I need the answer of C and D by using MATLAB software
Given the electric network shown in Figure. a) Derive the mathematical model of the following electrical network b) Drive transfer function os) c) Find the step response analytically and by using MATLAB. d) Plot the response of the systems. Vi(s) 1 92 1 H
media%2F28f%2F28f72499-9616-4b66-8a56-5b
media%2Fac9%2Fac9d215e-85bb-4743-afe9-6d
media%2Ffe4%2Ffe40bb2a-c575-4355-aba0-68
0 0
Add a comment Improve this question Transcribed image text
Answer #1

C. Step response of a system in MATLAB

MATLAB code

numerator = [1]
denominator = [4 2 2]
system = tf(numerator,denominator)
step(system)

Explanation of program

v, (s) V,(s) 4s2+2s +2

The transfer function given in your problem is shown above.

since the numerator is 1, we have used the following command to input the numerator

numerator = [1]

since the denominator is 4s2 + 2s +2, take the coefficients of equation which is [4 2 2].

denominator = [4 2 2]

Now we have to convert the numerator and denominator to transfer function. For that we are using the command: tf()

system = tf(numerator,denominator)

The command used for obtaining step response and step response plot is : step()

step(system)

D. Plot of step response

The command step(system) also plots the response. The response is attached below.

Add a comment
Know the answer?
Add Answer to:
I answered a & b But I need the answer of C and D by using...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Derive separate formulas for and using the equation above then calculate and to have (Peak Time)...

    Derive separate formulas for and using the equation above then calculate and to have (Peak Time) = 0.2 seconds and (Overshoot) OS = 15%. S2+ S* We were unable to transcribe this imageWe were unable to transcribe this imageWe were unable to transcribe this imageWe were unable to transcribe this imageWe were unable to transcribe this image

  • How many distinct derivations of bcde are possible using S BCDE B b C c D...

    How many distinct derivations of bcde are possible using S BCDE B b C c D d E e We were unable to transcribe this imageWe were unable to transcribe this imageWe were unable to transcribe this imageWe were unable to transcribe this imageWe were unable to transcribe this image

  • ' 1. Review Question a) Name three applications for feedback control systems. b) Functionally, ho...

    ' 1. Review Question a) Name three applications for feedback control systems. b) Functionally, how do closed-loop systems differ from open-loop systems? c) Name the three major design criteria for control systems. d) Name the performance specification for first-order systems. e) Briefly describe how the zeros of the open-loop system affect the root locus and the transient response. What does the Routh-Hurwitz criterion tell us? f) 2. Given the electric network shown in Figure. a) Write the differential equation for...

  • Find the inverse (unilateral) Laplace transforms of the following functions: (a) (b) (c) (d) (e) (f)...

    Find the inverse (unilateral) Laplace transforms of the following functions: (a) (b) (c) (d) (e) (f) (g) (h) (i) We were unable to transcribe this imageWe were unable to transcribe this imageWe were unable to transcribe this imageWe were unable to transcribe this imageWe were unable to transcribe this imageWe were unable to transcribe this imageWe were unable to transcribe this imageWe were unable to transcribe this imageWe were unable to transcribe this image

  • Find the indefinite integrals for the following: a.) b.) c.) d.) (the exponent is ) Please...

    Find the indefinite integrals for the following: a.) b.) c.) d.) (the exponent is ) Please show work, thanks! We were unable to transcribe this imageWe were unable to transcribe this imageWe were unable to transcribe this imageWe were unable to transcribe this imageWe were unable to transcribe this image

  • (19) i(t) By using the time-domain technique, find in the electric circuit shown in Figure P.6...

    (19) i(t) By using the time-domain technique, find in the electric circuit shown in Figure P.6 when vs(t) is defined by Figure 2.19 We were unable to transcribe this imageWe were unable to transcribe this image

  • What is the ΔH for the reaction H + I ➞ 2 HI ? And is...

    What is the ΔH for the reaction H + I ➞ 2 HI ? And is the reaction exothermic or endothermic? CH10: Q07 Homework Important Answered What is the AHrxn for the reaction H2 + 12 + 2 HI ? And is the reaction exothermic or enothermic? O A 69 kcal/mol, endothermic 242 kcal/mol, enothermic -2 kcal/mol, exothermic O D 69 kcal/mol, exothermic E -2 kcal/mol, endothermic F 242 kcal/mol, exothermic Answered Change your responses to resubmit We were unable...

  • Help with part B, please! I have worked part a (answer below) and drew Mohr's circle,...

    Help with part B, please! I have worked part a (answer below) and drew Mohr's circle, but I simply do not understand "b" at all. I know what hydrostatic pressure is but I just do not understand what is asking or even how to implement. Thanks! Problem: A stress element in plane stress encounters x = 20 MPa, y = -10 MPa, and xy = 13 MPa. (a) Determine the three principal stresses and maximum shear stress. ( My answer:...

  • ***PLEASE NOTE: I have already calculated the potential and need help with Electric Field and induced...

    ***PLEASE NOTE: I have already calculated the potential and need help with Electric Field and induced charge at the boundaries for this problem*** An infinitely long rectangular metal pipe (sides and ) is grounded, but one end, at x = 0, is maintained at a specified potential , as indicated in Fig. 3.22. What is the ELECTRIC FIELD and INDUCED CHARGE on all boundaries? I have already worked you the potential, and got: We were unable to transcribe this imageWe...

  • draw the vector d=a-b? this is what i put but its wrong :( We were unable...

    draw the vector d=a-b? this is what i put but its wrong :( We were unable to transcribe this imageWe were unable to transcribe this image

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT