Where the two arrays are the coefficients of two polynomials

Assignment Help MATLAB Programming
Reference no: EM131249017

Activity 1:

A linear time-invariant discrete-time system has transfer function

H(z) = (Z2 - Z - 2) / (Z2 + 1.5Z -1)

• Use Matlab to obtain the poles of the system. Is the system stable? Explain.

• Matlab tip: You can find the roots of a polynomial by using the roots command. For instance, if you have the polynomial x2 + 4x + 3, then you can find the roots of this polynomial as follows:

>>roots([1 4 3])

where the array is the coefficients of the polynomial.

• Compute the step response. This should be done analytically, but you can use Matlab commands like conv and residue to help you in the calculations.

• Matlab tip: Besides using conv to look at the response of a system, it can also be used to multiply two polynomials together. For instance, if you want to know the product (x2 + 4x + 3)(x + 1), you can do the following:

>>conv([1 4 3],[1 1])

where the two arrays are the coefficients of the two polynomials.

The result is

>>ans = 1 5 7 3

Thus, the product of the two polynomials is x3 + 5x2 + 7x + 3.

Matlab tip: The command residue does the partial fraction expansion of the ratio of two polynomials. In our case, we can obtain Y(z)/z and then use the residue command to do the partial fraction expansion. Then it is relatively easy to obtain y[n] using the tables.

• Plot the first seven values of the step response. Is the response increasing or decreasing with time? Is this what you would expect, and why?

Reference no: EM131249017

Questions Cloud

Explain what the index of intra-industry trade shows : Explain what the index of intra-industry trade shows, and suggest why the values of this index for Japan and Germany are so different.
What is the effective demand function for the total : If the publisher uses the same price in each market, what is the effective demand function for the total? Restrict attention to pT.
Change the structure of the fashion industry : How is the opportunity to trade likely to change the structure of the fashion industry and the output of each designer in the industry?
Competitive edge against emerging markets : Emerging markets in other developing countries are gaining global influence and global power. In 20 years, these countries will be the dominant force in global economics. Will developed countries be able to maintain their competitive edge against ..
Where the two arrays are the coefficients of two polynomials : Compute the step response. This should be done analytically, but you can use Matlab commands like conv and residue to help you in the calculations. Where the two arrays are the coefficients of the two polynomials.
Identify the website and its url : Identify the Website and its URL -  Targeted audience, Updating of information and Use of professional peer reviews - Identify three (3) Websites that you plan to use for your research on a paper to convince.
Discusses and applies two sociological key terms : This essay defines, discusses, and applies two sociological key terms. The two applied sociological terms are resocialization and value...  The two sociological concepts are discussed relative to the video, "Opie's Hobo Friend"...
Development of the organizational strategy : 1. Describe how effectively management and the HRM function support each other to achieve organizational goals. 2. Analyze the role HR plays in supporting the development of the organizational strategy.
Enter a foreign market : Imagine you work for a company that is ready to enter a foreign market. Your company is interested in as much control over the decisions, operations, and strategic resources in the foreign market as possible. Which internationalization strategy is..

Reviews

Write a Review

MATLAB Programming Questions & Answers

  Finite difference method

Use the finite difference method to calculate the temperature at the point specified since it is easier.

  Determine the necessary shell temperature

In a shell-and-tube heat exchanger, one fluid passes through a central tube while another fluid flows through an outer shell in the opposite direction. The purpose is to heat the fluid passing through the central tube.

  Find the integral of a function at an arbitrary location

Write a Matlab function to perform numerical integration of a set of evenly spaced data points using the trapezoidal rule

  Compute the speed of single-stage planetary gear train

Write a MATLAB function [speed] = planetary (N, emesh, first, last, arm) that computes the speed of a given link in a single-stage planetary gear train.

  Calculate and plot the error in the numerical derivative

Write a program to calculate and plot the error in the numerical estimate of the derivative.

  Create the graph using matlab functions

Create the graph, which contains a piecewise function where a line exists in the first interval, a parabola in the second interval, and the sine function in the third interval.

  Develop a simulation program

Develop a simulation program

  Create a vector in matlab

Create a three dimensional diagram of function.

  Open a named pipe and to read data from the pipe

Open a named pipe and to read data from the pipe in matlab

  Write the commands that will create the matrix

Write the commands that will create the matrix.

  Lagrange interpolating polynomial of degree

Lagrange interpolating polynomial of degree

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd