Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Function Name: hw42 Inputs: (double, 1 x M) numtf - coefficients for the numerator of the transfer function (double, 1 x N) dentf - coefficients
Function Name: hw42 Inputs: (double, 1 x M) numtf - coefficients for the numerator of the transfer function (double, 1 x N) dentf - coefficients for the denominator of the transfer function (double, 1 x K) coeffExp - list of scalings for each exponential (double, 1 x K) powExp - list of exponents for the exponential function (double, 1 x D) T - list of time points in which to define the input for Outputs: (double, 1 x D) y - output from the system with an exponential input Function Description: You would like to characterize the output of a given transfer function and a linear combination of exponential inputs. The input is K coeffExp(i) . epowExp(i)t for teT (1) i=0 Notes: Helpful functions include tf() , Isim() Tests Understanding of: basic control system toolbox functions Function Name: hw42 Inputs: (double, 1 x M) numtf - coefficients for the numerator of the transfer function (double, 1 x N) dentf - coefficients for the denominator of the transfer function (double, 1 x K) coeffExp - list of scalings for each exponential (double, 1 x K) powExp - list of exponents for the exponential function (double, 1 x D) T - list of time points in which to define the input for Outputs: (double, 1 x D) y - output from the system with an exponential input Function Description: You would like to characterize the output of a given transfer function and a linear combination of exponential inputs. The input is K coeffExp(i) . epowExp(i)t for teT (1) i=0 Notes: Helpful functions include tf() , Isim() Tests Understanding of: basic control system toolbox functions
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started