Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Task #3: Transfer functlon This is a group task, attempt the case assigned to your group. Steps for task 3: Transfer function T(s)=X(s)/Y(s) with initial

image text in transcribed
image text in transcribed
Task \#3: Transfer functlon This is a group task, attempt the case assigned to your group. Steps for task 3: Transfer function T(s)=X(s)/Y(s) with initial conditions zero Here X(s) is output and Y(s) is input Consider the beloe DE as example here 4x+6x+3x=2y+8y We can re write the above DE as (4S2+6S+3)X(s)=(2S+8)Y(s)SoT(s)=X(s)Y(s)=(2S+8)+(4S6+6S+3) The above transfer function needs to be added in the MATLAB using the below script num=[28]den=[463] The command printsys (num, den,'is s') prints the num/den in terms of the ratio of polynomials in s The following command helps you to find the partial fraction expansion of a polynomial: The MATLAB command [x,p,k]=residue(num,den)

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Modern Database Management

Authors: Jeffrey A. Hoffer Fred R. McFadden

9th Edition

B01JXPZ7AK, 9780805360479

More Books

Students also viewed these Databases questions